| 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 += [
|
|
|