Skip to content

Commit

Permalink
Enable WebViewNewWindowInteractiveTest.WebRequest on Windows
Browse files Browse the repository at this point in the history
Reason: The test was disabled a while back due to a bug which is now marked as fixed.

BUG=582562
TBR=wjmaclean@chromium.org

Review-Url: https://codereview.chromium.org/2888623006
Cr-Commit-Position: refs/heads/master@{#472496}
  • Loading branch information
ehsan-karamad authored and Commit bot committed May 17, 2017
1 parent 994885e commit 3694b9b
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -938,14 +938,7 @@ IN_PROC_BROWSER_TEST_P(WebViewNewWindowInteractiveTest,
NEEDS_TEST_SERVER);
}

// Causes problems on windows: http://crbug.com/544037
#if defined(OS_WIN)
#define MAYBE_NewWindow_WebRequest DISABLED_NewWindow_WebRequest
#else
#define MAYBE_NewWindow_WebRequest NewWindow_WebRequest
#endif
IN_PROC_BROWSER_TEST_P(WebViewNewWindowInteractiveTest,
MAYBE_NewWindow_WebRequest) {
IN_PROC_BROWSER_TEST_P(WebViewNewWindowInteractiveTest, NewWindow_WebRequest) {
TestHelper("testNewWindowWebRequest",
"web_view/newwindow",
NEEDS_TEST_SERVER);
Expand Down

0 comments on commit 3694b9b

Please sign in to comment.