summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/oop_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/oop_browsertest.cc')
-rw-r--r--chromium/content/browser/oop_browsertest.cc8
1 files changed, 7 insertions, 1 deletions
diff --git a/chromium/content/browser/oop_browsertest.cc b/chromium/content/browser/oop_browsertest.cc
index 5f3984652f7..97cbd3e789d 100644
--- a/chromium/content/browser/oop_browsertest.cc
+++ b/chromium/content/browser/oop_browsertest.cc
@@ -44,7 +44,13 @@ class OOPBrowserTest : public ContentBrowserTest {
// This test calls into system GL which is not instrumented with MSAN.
#if !defined(MEMORY_SANITIZER)
-IN_PROC_BROWSER_TEST_F(OOPBrowserTest, Basic) {
+// Failing on linux-trusty-rel bot. https://crbug.com/1067662
+#if defined(OS_LINUX)
+#define MAYBE_Basic DISABLED_Basic
+#else
+#define MAYBE_Basic Basic
+#endif
+IN_PROC_BROWSER_TEST_F(OOPBrowserTest, MAYBE_Basic) {
// Create a div to ensure we don't use solid color quads.
GURL url = GURL(
"data:text/html,"