summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mojo/tools/data/apptests9
1 files changed, 5 insertions, 4 deletions
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
index 1c80892..0bcd7fd 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -44,8 +44,9 @@ tests = [
"type": "gtest_isolated",
"shell-args": ["--url-mappings=mojo:window_manager=mojo:test_window_manager"]
},
- {
- "test": "mojo:window_manager_apptests",
- "shell-args": ["--use-test-config", "--use-headless-config"]
- },
+ # TODO(msw): Fix and enable window_manager_apptests: http://crbug.com/480040
+ #{
+ # "test": "mojo:window_manager_apptests",
+ # "shell-args": ["--use-test-config", "--use-headless-config"]
+ #},
]