Merge "Add CtsLibcoreOkHttpTestCases to MTS for conscrypt module."
diff --git a/tests/libcore/okhttp/Android.bp b/tests/libcore/okhttp/Android.bp
index 5052019..511e28a 100644
--- a/tests/libcore/okhttp/Android.bp
+++ b/tests/libcore/okhttp/Android.bp
@@ -34,8 +34,9 @@
     // Tag this module as a cts test artifact
     test_suites: [
         "cts",
-        "vts",
         "general-tests",
+        "mts",
+        "vts",
     ],
     java_resources: [":libcore-expectations-knownfailures"],
 }