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

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: rebase only 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
« no previous file with comments | « mojo/shell/public/cpp/lib/application_test_base.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/data/apptests
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index a67ff167701f8d2e481d07a2fabc00fdae41365d..594ca9bdbdafb7d4f6ef3e81ba3bfd381b51b4ce 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.
# {
« no previous file with comments | « mojo/shell/public/cpp/lib/application_test_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698