Remove sync_integration_tests from Mac CQ bot
At least hundreds of tests show flakiness on CQ bot. After
some spot check, the CI bot is stable. So disable the whole
test suite on CQ.
Bug: 1131588
Change-Id: Ifa1e064ade0027a0d7f1baf508fc7b22a9acd67d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464022
Reviewed-by: Stephen Martinis <[email protected]>
Reviewed-by: Mikel Astiz <[email protected]>
Commit-Queue: Sven Zheng <[email protected]>
Cr-Commit-Position: refs/heads/master@{#815792}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 90c3003..9ce1a40c 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -2515,6 +2515,12 @@
'shards': 6,
},
},
+ # TODO(crbug.com/1131588) Tests are flaky only on CQ.
+ 'Mac10.13 Tests': {
+ 'precommit_args': [
+ '--gtest_filter=-*',
+ ],
+ },
'ToTLinuxTSan': {
'swarming': {
'shards': 6,