summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/gpu/gpu_browsertest.cc10
1 files changed, 1 insertions, 9 deletions
diff --git a/chrome/test/gpu/gpu_browsertest.cc b/chrome/test/gpu/gpu_browsertest.cc
index 71f981a..ea8eb9b 100644
--- a/chrome/test/gpu/gpu_browsertest.cc
+++ b/chrome/test/gpu/gpu_browsertest.cc
@@ -28,15 +28,7 @@ class GPUBrowserTest : public InProcessBrowserTest {
FilePath gpu_test_dir_;
};
-// TODO(apatrick): OSMesa is flaky on Mac and Windows. http://crbug/61037
-#if defined(OS_WIN) || defined(OS_MACOSX)
-#define MAYBE_BrowserTestLaunchedWithOSMesa \
- DISABLED_BrowserTestLaunchedWithOSMesa
-#else
-#define MAYBE_BrowserTestLaunchedWithOSMesa BrowserTestLaunchedWithOSMesa
-#endif
-
-IN_PROC_BROWSER_TEST_F(GPUBrowserTest, MAYBE_BrowserTestLaunchedWithOSMesa) {
+IN_PROC_BROWSER_TEST_F(GPUBrowserTest, BrowserTestLaunchedWithOSMesa) {
// Check the webgl test reports success and that the renderer was OSMesa.
// We use OSMesa for tests in order to get consistent results across a
// variety of boxes.