Index: testing/buildbot/chromium_trybot.json |
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json |
index 34516b39f80b348cb6addf7eb739fc272b7786f0..2c0876cc8214bb9acf3b4262e6b02507dab005b9 100644 |
--- a/testing/buildbot/chromium_trybot.json |
+++ b/testing/buildbot/chromium_trybot.json |
@@ -57,5 +57,10 @@ |
"test": "sandbox_linux_unittests", |
"platforms": ["linux"], |
"args": ["--test-launcher-print-test-stdio=always"] |
+ }, |
+ { |
+ "test": "sandbox_mac_unittests", |
+ "platforms": ["mac"], |
+ "args": ["--single-process-tests"] |
} |
] |