Commit 9a52be5f authored by Sven Zheng's avatar Sven Zheng Committed by Commit Bot

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/+/2464022Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Reviewed-by: default avatarMikel Astiz <mastiz@chromium.org>
Commit-Queue: Sven Zheng <svenzheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#815792}
parent ea8b8091
...@@ -6560,6 +6560,9 @@ ...@@ -6560,6 +6560,9 @@
"args": [], "args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py" "script": "//testing/merge_scripts/standard_gtest_merge.py"
}, },
"precommit_args": [
"--gtest_filter=-*"
],
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
......
...@@ -2515,6 +2515,12 @@ ...@@ -2515,6 +2515,12 @@
'shards': 6, 'shards': 6,
}, },
}, },
# TODO(crbug.com/1131588) Tests are flaky only on CQ.
'Mac10.13 Tests': {
'precommit_args': [
'--gtest_filter=-*',
],
},
'ToTLinuxTSan': { 'ToTLinuxTSan': {
'swarming': { 'swarming': {
'shards': 6, 'shards': 6,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment