Index: mojo/tools/data/apptests |
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests |
index b364d7ef4ba09353cf64dd9c81d581af93583dc0..0243d37e5db7d20ae5ffb37a7c15e9a2f55e3340 100644 |
--- a/mojo/tools/data/apptests |
+++ b/mojo/tools/data/apptests |
@@ -58,27 +58,6 @@ if config.target_os != config.OS_ANDROID: |
'type': 'gtest_isolated', |
}, |
{ |
- 'test': 'mojo:html_viewer_apptests', |
- 'name': 'mojo:html_viewer_apptests', |
- 'type': 'gtest_isolated', |
- 'args': ['--enable-html-viewer-test-interface', |
- '--use-x11-test-config', |
- '--override-use-gl-with-osmesa-for-tests'] |
- }, |
- { |
- 'test': 'mojo:html_viewer_apptests', |
- 'name': 'mojo:html_viewer_apptests new frame', |
- 'type': 'gtest_isolated', |
- 'args': ['--oopif-always-create-new-frame-tree', |
- '--enable-html-viewer-test-interface', |
- '--use-x11-test-config', |
- '--override-use-gl-with-osmesa-for-tests'] |
- }, |
- { |
- 'test': 'mojo:mandoline_browser_apptests', |
- 'type': 'gtest_isolated', |
- }, |
- { |
'test': 'mojo:mash_wm_apptests', |
'type': 'gtest_isolated', |
'args': ['--use-x11-test-config', |
@@ -112,10 +91,4 @@ if config.target_os != config.OS_ANDROID: |
# 'args': ['--use-x11-test-config', |
# '--override-use-gl-with-osmesa-for-tests', '--enable-logging'] |
# }, |
- { |
- 'test': 'mojo:web_view_apptests', |
- 'type': 'gtest_isolated', |
- 'args': ['--use-x11-test-config', |
- '--override-use-gl-with-osmesa-for-tests'] |
- }, |
] |