Commit d5eb2c0f authored by Scott Violet's avatar Scott Violet Committed by Commit Bot

chromeos: disable CrExtensionsPackDialogTest.PackSuccess

It's flaky on ChromeOS as well.

BUG=877109
TEST=test only change
TBR=aee@chromium.org

Change-Id: Ibd12f914131ddeef465ab5c1b802c2cc0cb94aba
Reviewed-on: https://chromium-review.googlesource.com/c/1294089Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601678}
parent ecf1979e
...@@ -526,7 +526,9 @@ TEST_F('CrExtensionsPackDialogTest', 'Interaction', function() { ...@@ -526,7 +526,9 @@ TEST_F('CrExtensionsPackDialogTest', 'Interaction', function() {
// http://crbug.com/832885 // http://crbug.com/832885
// Temporarily disabling on Mac due to flaky dialog visibility failure. // Temporarily disabling on Mac due to flaky dialog visibility failure.
// http://crbug.com/877109 // http://crbug.com/877109
GEN('#if defined(OS_WIN) || defined(OS_MACOSX)'); // And flay on ChromeOS as well. Added comments about ChromeOS to
// http://crbug.com/877109
GEN('#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)');
GEN('#define MAYBE_PackSuccess DISABLED_PackSuccess'); GEN('#define MAYBE_PackSuccess DISABLED_PackSuccess');
GEN('#else'); GEN('#else');
GEN('#define MAYBE_PackSuccess PackSuccess'); GEN('#define MAYBE_PackSuccess PackSuccess');
......
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