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

Unified Diff: testing/scripts/mojo_apptests.py

Issue 1497643002: Disables all WindowManagerAppTest as they are flakey (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years 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/tools/data/apptests ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/scripts/mojo_apptests.py
diff --git a/testing/scripts/mojo_apptests.py b/testing/scripts/mojo_apptests.py
index 49b855da2faa813c5d984837b0ffc295970be96f..70f32c8037cd3474bc4f5340473d18945e4983a4 100755
--- a/testing/scripts/mojo_apptests.py
+++ b/testing/scripts/mojo_apptests.py
@@ -34,7 +34,7 @@ def main_run(args):
def main_compile_targets(args):
- json.dump(['mandoline:tests'], args.output)
+ json.dump(['mandoline:tests', 'mash/wm:tests'], args.output)
if __name__ == '__main__':
« no previous file with comments | « mojo/tools/data/apptests ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698