Commit f4fbf501 authored by Peter Kasting's avatar Peter Kasting Committed by Commit Bot

Disable flaky test on Mac.

Bug: 945846
TBR: noel
Change-Id: I9b62ee039e537cc6485514d7e744b6a702b2bb17
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539212Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/master@{#644602}
parent 3d9c9646
...@@ -189,7 +189,13 @@ PrintPreviewSettingsSelectTest = class extends NewPrintPreviewTest { ...@@ -189,7 +189,13 @@ PrintPreviewSettingsSelectTest = class extends NewPrintPreviewTest {
} }
}; };
TEST_F('PrintPreviewSettingsSelectTest', 'All', function() { // TODO(https://crbug.com/945846): Flaky on Mac.
GEN('#if defined(OS_MACOSX)');
GEN('#define MAYBE_All DISABLED_All');
GEN('#else');
GEN('#define MAYBE_All All');
GEN('#endif');
TEST_F('PrintPreviewSettingsSelectTest', 'MAYBE_All', function() {
mocha.run(); mocha.run();
}); });
......
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