Add CtsLibcoreOkHttpTestCases to MTS for conscrypt module.
Test: m mts, mts-tradefed run mts-conscrypt
Bug: 139550323
Bug: 123411735
Change-Id: I446aad2d268d2d13aa76804259360fc0375b713c
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"],
}