Index: mojo/tools/data/apptests |
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests |
index 358b8ac5716aad0eb6363e444774e7a6800a43e5..abbde4fc55fd18de2de5389f3b54e63a4b7a639e 100644 |
--- a/mojo/tools/data/apptests |
+++ b/mojo/tools/data/apptests |
@@ -41,7 +41,8 @@ tests = [ |
#}, |
{ |
'test': 'mojo:view_manager_apptests', |
- 'args': ['--use-test-config'] |
+ 'args': ['--use-x11-test-config', |
+ '--override-use-gl-with-osmesa-for-tests'] |
}, |
] |
@@ -57,6 +58,7 @@ if config.target_os != config.OS_ANDROID: |
'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'] |
}, |
{ |
@@ -65,6 +67,7 @@ if config.target_os != config.OS_ANDROID: |
'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'] |
}, |
# TODO(ben): These tests are disabled pending mandoline:browser refactoring. |