| Index: mojo/tools/data/unittests
|
| diff --git a/mojo/tools/data/unittests b/mojo/tools/data/unittests
|
| index 7197bbffcc3286dfab4dbb0c0067c7d3085f20cf..380932536c83874ceebc327a338d68666cd9dcb6 100644
|
| --- a/mojo/tools/data/unittests
|
| +++ b/mojo/tools/data/unittests
|
| @@ -45,9 +45,6 @@ tests = [
|
| "test": "mojo_surfaces_lib_unittests",
|
| },
|
| {
|
| - "test": "sandbox_linux_unittests",
|
| - },
|
| - {
|
| "test": "view_manager_service_unittests",
|
| },
|
| {
|
| @@ -97,3 +94,10 @@ if config.target_os != config.OS_ANDROID:
|
| "cacheable": False,
|
| },
|
| ]
|
| +
|
| +if config.target_os == config.OS_LINUX:
|
| + tests += [
|
| + {
|
| + "test": "sandbox_linux_unittests",
|
| + },
|
| + ]
|
|
|