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

Unified Diff: mojo/tools/data/apptests

Issue 955643005: Disable mojo:example_apptests run with mojo:android_example_service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « no previous file | 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 55ddc3b33a94c3dd2933f263c01629d0ea0db45f..0375b32e50b147daaf3ca8d97d5bdf7e30b9a348 100644
--- a/mojo/tools/data/apptests
+++ b/mojo/tools/data/apptests
@@ -44,17 +44,18 @@ if config.target_os == config.OS_LINUX:
},
]
-if config.target_os == config.OS_ANDROID:
- tests += [
- {
- "test": "mojo:example_apptests",
- # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
- "test-args": ["--example_apptest_arg"],
- "shell-args": [
- "--url-mappings=mojo:example_service=mojo:android_example_service"
- ],
- },
- ]
+# TODO(msw|etiennej|qsr): Fix and re-enable this test. http://crbug.com/461503
+# if config.target_os == config.OS_ANDROID:
+# tests += [
+# {
+# "test": "mojo:example_apptests",
+# # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
+# "test-args": ["--example_apptest_arg"],
+# "shell-args": [
+# "--url-mappings=mojo:example_service=mojo:android_example_service"
+# ],
+# },
+# ]
if config.target_os != config.OS_ANDROID:
tests += [
« 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