Commit 34ee812a authored by apatrick@chromium.org's avatar apatrick@chromium.org

Marked GpuPixelBrowserTest::CSS3DBlueBox as flaky on windows.

BUG=136430
Review URL: https://chromiumcodereview.appspot.com/10736019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146165 0039d316-1c4b-4281-b951-d872f2087c98
parent 6597e31c
......@@ -459,6 +459,13 @@ class GpuPixelBrowserTest : public InProcessBrowserTest {
#define MAYBE_WebGLGreenTriangle WebGLGreenTriangle
#endif
// http://crbug.com/136430
#if defined(OS_WIN)
#define MAYBE_CSS3DBlueBox FLAKY_CSS3DBlueBox
#else
#define MAYBE_CSS3DBlueBox CSS3DBlueBox
#endif
IN_PROC_BROWSER_TEST_F(GpuPixelBrowserTest, MAYBE_WebGLGreenTriangle) {
// If test baseline needs to be updated after a given revision, update the
// following number. If no revision requirement, then 0.
......@@ -470,7 +477,7 @@ IN_PROC_BROWSER_TEST_F(GpuPixelBrowserTest, MAYBE_WebGLGreenTriangle) {
RunPixelTest(container_size, url, ref_img_revision_update);
}
IN_PROC_BROWSER_TEST_F(GpuPixelBrowserTest, CSS3DBlueBox) {
IN_PROC_BROWSER_TEST_F(GpuPixelBrowserTest, MAYBE_CSS3DBlueBox) {
// If test baseline needs to be updated after a given revision, update the
// following number. If no revision requirement, then 0.
const int64 ref_img_revision_update = 123489;
......
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