Commit 2eedd62d authored by David Bertoni's avatar David Bertoni Committed by Commit Bot

[Extensions] Re-enable TabHighlight test on Windows.

This test was disabled a long time ago. It passed with flying
colors through 3000 iterations on the bots.

Bug: 239022
Change-Id: If83572595b1b75e495796b89a496a099bff913bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264028Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Commit-Queue: David Bertoni <dbertoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#784129}
parent cce71eeb
......@@ -113,13 +113,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTabTest, TabQuery) {
ASSERT_TRUE(RunExtensionSubtest("tabs/basics", "query.html")) << message_;
}
// Flaky on windows: http://crbug.com/239022
#if defined(OS_WIN)
#define MAYBE_TabHighlight DISABLED_TabHighlight
#else
#define MAYBE_TabHighlight TabHighlight
#endif
IN_PROC_BROWSER_TEST_F(ExtensionApiTabTest, MAYBE_TabHighlight) {
IN_PROC_BROWSER_TEST_F(ExtensionApiTabTest, TabHighlight) {
ASSERT_TRUE(RunExtensionSubtest("tabs/basics", "highlight.html")) << message_;
}
......
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