Commit 0da8b812 authored by David Bertoni's avatar David Bertoni Committed by Commit Bot

[Extensions] Re-enable the InvisibleIconBrowserAction test.

This test was disabled because it was flaky on ChromeOS. I ran
it for 3000 iterations on the bots and there were no flakes on
any platform.

Bug: 1019669
Change-Id: I7e4e7665375903d531e1fbfc9862b14e25b2c024
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132602Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Commit-Queue: David Bertoni <dbertoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755969}
parent b6328e87
...@@ -454,14 +454,7 @@ IN_PROC_BROWSER_TEST_F(BrowserActionApiCanvasTest, DynamicBrowserAction) { ...@@ -454,14 +454,7 @@ IN_PROC_BROWSER_TEST_F(BrowserActionApiCanvasTest, DynamicBrowserAction) {
EXPECT_EQ(kEmptyPathError, catcher.message()); EXPECT_EQ(kEmptyPathError, catcher.message());
} }
// https://crbug.com/1019669; flaky on ChromeOS. IN_PROC_BROWSER_TEST_F(BrowserActionApiCanvasTest, InvisibleIconBrowserAction) {
#if defined(OS_CHROMEOS)
#define MAYBE_InvisibleIconBrowserAction DISABLED_InvisibleIconBrowserAction
#else
#define MAYBE_InvisibleIconBrowserAction InvisibleIconBrowserAction
#endif
IN_PROC_BROWSER_TEST_F(BrowserActionApiCanvasTest,
MAYBE_InvisibleIconBrowserAction) {
// Turn this on so errors are reported. // Turn this on so errors are reported.
ExtensionActionSetIconFunction::SetReportErrorForInvisibleIconForTesting( ExtensionActionSetIconFunction::SetReportErrorForInvisibleIconForTesting(
true); true);
......
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