Commit bbe91c3f authored by Guido Urdaneta's avatar Guido Urdaneta

Disable flaky GenericSensorBrowserTest.AmbientLightSensorTest on Windows

Bug: 809537
Change-Id: I54951259e0b64944c92c0d28e06f16e4584b7460
TBR: reillyg@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/904643Reviewed-by: default avatarGuido Urdaneta <guidou@chromium.org>
Cr-Commit-Position: refs/heads/master@{#534694}
parent 3e7284bb
...@@ -253,7 +253,8 @@ class GenericSensorBrowserTest : public ContentBrowserTest { ...@@ -253,7 +253,8 @@ class GenericSensorBrowserTest : public ContentBrowserTest {
}; };
// Flakily crashes on Linux ASAN/TSAN bots. https://crbug.com/789515 // Flakily crashes on Linux ASAN/TSAN bots. https://crbug.com/789515
#if defined(OS_LINUX) // Flakily times out on Windows bots. https://crbug.com/809537
#if defined(OS_LINUX) || defined(OS_WIN)
#define MAYBE_AmbientLightSensorTest DISABLED_AmbientLightSensorTest #define MAYBE_AmbientLightSensorTest DISABLED_AmbientLightSensorTest
#else #else
#define MAYBE_AmbientLightSensorTest AmbientLightSensorTest #define MAYBE_AmbientLightSensorTest AmbientLightSensorTest
......
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