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

Unified Diff: mojo/tools/data/apptests

Issue 1709173002: mojo: Delay ApplicationTestBase shell disconnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: initial approach Created 4 years, 10 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
Index: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index 0a7f9d6576c93332c69168e4012821905dfcd8dd..b9b0efae5f6c71b6eabc382db9f3cb2ff1326a47 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -65,12 +65,10 @@ if config.target_os != config.OS_ANDROID:
'test': 'mojo:media_apptests',
'type': 'gtest_isolated',
},
- # TODO(media): these tests fail in debug, which has no bot-coverage.
- # http://crbug.com/587523
-# {
-# 'test': 'mojo:media_pipeline_integration_apptests',
-# 'type': 'gtest_isolated',
-# },
+ {
+ 'test': 'mojo:media_pipeline_integration_apptests',
+ 'type': 'gtest_isolated',
+ },
# TODO(rockot): Flaky. Re-enable when brokering is sorted out.
# http://crbug.com/569367.
# {

Powered by Google App Engine
This is Rietveld 408576698