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 34cb402c4232a97b2d58c049ceb277022447d5e1..b677761e9561f22bc82fef52350b2550d5899c5d 100644 |
--- a/build/android/pylib/gtest/gtest_config.py |
+++ b/build/android/pylib/gtest/gtest_config.py |
@@ -6,13 +6,13 @@ |
# Add new suites here before upgrading them to the stable list below. |
EXPERIMENTAL_TEST_SUITES = [ |
+ 'content_browsertests', |
] |
# Do not modify this list without approval of an android owner. |
# 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', |