Index: mojo/tools/data/apptests |
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests |
index 3872016feca3566e619edfc58321410196f92678..587e323e471ab7618c962cd4b9c256aab3c11a98 100644 |
--- a/mojo/tools/data/apptests |
+++ b/mojo/tools/data/apptests |
@@ -79,11 +79,6 @@ if config.target_os != config.OS_ANDROID: |
# 'type': 'gtest_isolated', |
# 'args': ['--use-headless-config'] |
#}, |
- { |
- 'test': 'mojo:mandoline_frame_apptests', |
- 'type': 'gtest_isolated', |
- 'args': ['--use-headless-config'] |
- }, |
# TODO(xhwang): Fix and enable mojo:media_pipeline_integration_apptests. |
# http://crbug.com/501417 |
{ |
@@ -94,4 +89,9 @@ if config.target_os != config.OS_ANDROID: |
'test': 'mojo:sql_apptests', |
'type': 'gtest_isolated', |
}, |
+ { |
+ 'test': 'mojo:web_view_apptests', |
+ 'type': 'gtest_isolated', |
+ 'args': ['--use-headless-config'] |
+ }, |
] |