Commit e19c21a5 authored by Yoichi Osato's avatar Yoichi Osato Committed by Commit Bot

Disable PrintPreviewDestinationSettingsTest.RecentDestinationsMissing on Linux

It is flaky:
https://ci.chromium.org/p/chromium/builders/ci/linux-lacros-tester-rel?limit=100

TBR=rbpotter@chromium.org
BUG=1147205

Change-Id: Ic17a9f40d98f18a597d7ec353d78ff3ebe5afdb2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530957Reviewed-by: default avatarYoichi Osato <yoichio@chromium.org>
Commit-Queue: Yoichi Osato <yoichio@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826126}
parent 904e7bbe
...@@ -1461,8 +1461,8 @@ TEST_F('PrintPreviewDestinationSettingsTest', 'RecentDestinations', function() { ...@@ -1461,8 +1461,8 @@ TEST_F('PrintPreviewDestinationSettingsTest', 'RecentDestinations', function() {
this.runMochaTest(destination_settings_test.TestNames.RecentDestinations); this.runMochaTest(destination_settings_test.TestNames.RecentDestinations);
}); });
// Flaky on Mac, see https://crbug.com/1147205 // Flaky on Mac and Linux, see https://crbug.com/1147205
GEN('#if defined(OS_MAC)'); GEN('#if defined(OS_MAC) || defined(OS_LINUX)');
GEN('#define MAYBE_RecentDestinationsMissing DISABLED_RecentDestinationsMissing'); GEN('#define MAYBE_RecentDestinationsMissing DISABLED_RecentDestinationsMissing');
GEN('#else'); GEN('#else');
GEN('#define MAYBE_RecentDestinationsMissing RecentDestinationsMissing'); GEN('#define MAYBE_RecentDestinationsMissing RecentDestinationsMissing');
......
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