Skip to content

Commit

Permalink
Disable HeadlessBrowserTest.WebGLSupported on Debug only.
Browse files Browse the repository at this point in the history
Follow up to http://crrev.com/c/1297180. Test is only flaky on Win dbg.

[email protected]

Bug: 867447
Change-Id: If2bc19e39bfa59519fca38424e27be08459a9958
Reviewed-on: https://chromium-review.googlesource.com/c/1297642
Reviewed-by: Bret Sepulveda <[email protected]>
Commit-Queue: Bret Sepulveda <[email protected]>
Cr-Commit-Position: refs/heads/master@{#602208}
  • Loading branch information
bsep-chromium authored and Commit Bot committed Oct 24, 2018
1 parent 36e64bc commit ada36c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headless/lib/headless_browser_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ IN_PROC_BROWSER_TEST_F(HeadlessBrowserTestWithProxy, SetProxyConfig) {
}

// TODO(crbug.com/867447): Flaky on Windows 10 debug.
#if defined(OS_WIN)
#if defined(OS_WIN) && !defined(NDEBUG)
#define MAYBE_WebGLSupported DISABLED_WebGLSupported
#else
#define MAYBE_WebGLSupported WebGLSupported
Expand Down

0 comments on commit ada36c8

Please sign in to comment.