diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/gpu/gpu_uitest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/gpu/gpu_uitest.cc b/chrome/test/gpu/gpu_uitest.cc index 9b6a78c..a6c43d0 100644 --- a/chrome/test/gpu/gpu_uitest.cc +++ b/chrome/test/gpu/gpu_uitest.cc @@ -21,8 +21,8 @@ class GPUUITest : public UITest { FilePath gpu_test_dir_; }; -// TODO(apatrick): OSMesa is flaky on Mac and Windows. http://crbug/61037 -#if defined(OS_WIN) || defined(OS_MACOSX) +// TODO(apatrick): OSMesa is flaky on Mac. http://crbug/61037 +#if defined(OS_MACOSX) #define MAYBE_UITestLaunchedWithOSMesa DISABLED_UITestLaunchedWithOSMesa #else #define MAYBE_UITestLaunchedWithOSMesa UITestLaunchedWithOSMesa |