Index: content/public/test/browser_test_base.cc |
diff --git a/content/public/test/browser_test_base.cc b/content/public/test/browser_test_base.cc |
index 9a0f3171a58f29458aebc05e7a0ca26850073449..03f6c98be617e208e69c67b23eb35eb2242c531d 100644 |
--- a/content/public/test/browser_test_base.cc |
+++ b/content/public/test/browser_test_base.cc |
@@ -100,7 +100,11 @@ void BrowserTestBase::SetUp() { |
command_line->AppendSwitch(switches::kDomAutomationController); |
+#if defined(OS_LINUX) || defined(OS_MACOSX) |
+ // TODO(gab): Enable GPU blacklist usage on all the bots |
+ // (http://crbug.com/277242). |
command_line->AppendSwitch(switches::kSkipGpuDataLoading); |
+#endif |
#if defined(USE_AURA) |
// Use test contexts for browser tests unless they override and force us to |