Index: mojo/tools/data/apptests |
diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests |
index 23896fd35396604193fda7ebe49c910a7cbe3b06..73277093153dab30f851be56727cdaa6222af076 100644 |
--- a/mojo/tools/data/apptests |
+++ b/mojo/tools/data/apptests |
@@ -55,13 +55,17 @@ if config.target_os != config.OS_ANDROID: |
"args": ["--is-headless"] |
}, |
{ |
+ "test": "mojo:mandoline_frame_apptests", |
+ "type": "gtest_isolated", |
+ "args": ["--use-headless-config"] |
+ }, |
+ { |
"test": "mojo:resource_provider_apptests", |
"type": "gtest_isolated", |
}, |
{ |
- "test": "mojo:mandoline_frame_apptests", |
+ "test": "mojo:sql_apptests", |
"type": "gtest_isolated", |
- "args": ["--use-headless-config"] |
}, |
# TODO(xhwang): Fix and enable the media_apptests. http://crbug.com/501417 |
#{ |