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 d74c0329633cda4940712b7aba8374cc7eb17688..0f2a29408bc664761fa4907b1855e36db689a9a2 100644 |
--- a/build/android/pylib/gtest/gtest_config.py |
+++ b/build/android/pylib/gtest/gtest_config.py |
@@ -6,7 +6,6 @@ |
# 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. |
@@ -30,4 +29,5 @@ STABLE_TEST_SUITES = [ |
'webkit_unit_tests', |
'breakpad_unittests', |
'sandbox_linux_unittests', |
+ 'content_browsertests', |
] |