Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: build/android/pylib/gtest/gtest_config.py

Issue 23039006: [Android] Stop-gap solution for reducing INJECT_EVENTS flakiness. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698