| Index: mojo/tools/data/apptests
|
| diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
|
| index 04ea4d31c35917ab774edc5aa8b78cb48a36ffd7..f5a6d4c82321826012a6f5e27faa0a7aa2587d12 100644
|
| --- a/mojo/tools/data/apptests
|
| +++ b/mojo/tools/data/apptests
|
| @@ -50,12 +50,16 @@ if config.target_os != config.OS_ANDROID:
|
| "type": "gtest_isolated",
|
| },
|
| {
|
| + "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"]
|
| },
|
| ]
|
|
|