Index: mojo/tools/data/apptests |
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests |
index 3987e89314b9388595915e0d37fae1361080573c..ecd645a813f1bb79c189a177b632ccad1ce9a247 100644 |
--- a/mojo/tools/data/apptests |
+++ b/mojo/tools/data/apptests |
@@ -83,12 +83,14 @@ if config.target_os != config.OS_ANDROID: |
# 'args': ['--use-x11-test-config', |
# '--override-use-gl-with-osmesa-for-tests'] |
# }, |
- # TODO(xhwang): Fix and enable mojo:media_pipeline_integration_apptests. |
- # http://crbug.com/501417 |
{ |
'test': 'mojo:media_apptests', |
'type': 'gtest_isolated', |
}, |
+ { |
+ 'test': 'mojo:media_pipeline_integration_apptests', |
sky
2016/01/21 20:31:39
Is this depended on by the target the builders loo
jrummell
2016/01/26 19:47:41
I think so, assuming media_apptests was done prope
sky
2016/01/26 23:27:23
I think it safer to update the mojo_apptests in sr
jrummell
2016/01/27 00:55:27
Done.
|
+ 'type': 'gtest_isolated', |
+ }, |
# TODO(crbug.com/560626): Fix and enable mus_apptests on Android. |
mus_apptests, |
{ |