summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/ui/gpu_uitest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/ui/gpu_uitest.cc b/chrome/test/ui/gpu_uitest.cc
index 4180326..0d3531a 100644
--- a/chrome/test/ui/gpu_uitest.cc
+++ b/chrome/test/ui/gpu_uitest.cc
@@ -21,9 +21,9 @@ class GPUTest : public UITest {
FilePath gpu_test_dir_;
};
-// TODO(apatrick): Other pending changes will fix this for mac.
+// TODO(apatrick): Other pending changes will fix this for mac and linux.
#if defined(OS_MACOSX) || defined(OS_LINUX)
-#define MAYBE_UITestLaunchedWithOSMesa FAILS_UITestLaunchedWithOSMesa
+#define MAYBE_UITestLaunchedWithOSMesa DISABLED_UITestLaunchedWithOSMesa
#else
#define MAYBE_UITestLaunchedWithOSMesa FLAKY_UITestLaunchedWithOSMesa
#endif