diff options
-rw-r--r-- | build/android/pylib/gtest/gtest_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/pylib/gtest/gtest_config.py b/build/android/pylib/gtest/gtest_config.py index a6a3df7..143bbe5 100644 --- a/build/android/pylib/gtest/gtest_config.py +++ b/build/android/pylib/gtest/gtest_config.py @@ -6,6 +6,7 @@ # Add new suites here before upgrading them to the stable list below. EXPERIMENTAL_TEST_SUITES = [ + 'content_browsertests', 'content_gl_tests', ] @@ -31,7 +32,6 @@ STABLE_TEST_SUITES = [ 'webkit_unit_tests', 'breakpad_unittests', 'sandbox_linux_unittests', - 'content_browsertests', ] WEBRTC_CHROMIUM_TEST_SUITES = [ |