Index: build/android/pylib/gtest/gtest_config.py |
diff --git a/build/android/pylib/gtest/gtest_config.py b/build/android/pylib/gtest/gtest_config.py |
index f77d8580c84b3f5811dc32f83df8bac43f7d8fe7..4e30b6c7091a725eeff8a92ed1ce7ceccf3a90f4 100644 |
--- a/build/android/pylib/gtest/gtest_config.py |
+++ b/build/android/pylib/gtest/gtest_config.py |
@@ -12,6 +12,7 @@ EXPERIMENTAL_TEST_SUITES = [ |
# This list determines which suites are run by default, both for local |
# testing and on android trybots running on commit-queue. |
STABLE_TEST_SUITES = [ |
+ 'content_browsertests', |
'android_webview_unittests', |
'base_unittests', |
'cc_unittests', |
@@ -29,7 +30,6 @@ STABLE_TEST_SUITES = [ |
'webkit_unit_tests', |
'breakpad_unittests', |
'sandbox_linux_unittests', |
- 'content_browsertests', |
] |
WEBRTC_TEST_SUITES = [ |