Commit f3a66435 authored by guidou's avatar guidou Committed by Commit bot

Disable PhishingClassifierTest.DisableDetection on Linux due to flakiness.

TBR=mattm@chromium.org
BUG=638557

Review-Url: https://codereview.chromium.org/2258453002
Cr-Commit-Position: refs/heads/master@{#412529}
parent 8ba3adce
...@@ -345,7 +345,8 @@ IN_PROC_BROWSER_TEST_F(PhishingClassifierTest, ...@@ -345,7 +345,8 @@ IN_PROC_BROWSER_TEST_F(PhishingClassifierTest,
} }
// Test flakes with LSAN enabled. See http://crbug.com/373155. // Test flakes with LSAN enabled. See http://crbug.com/373155.
#if defined(LEAK_SANITIZER) // Flaky on Linux. See http://crbug.com/638557.
#if defined(LEAK_SANITIZER) || defined(OS_LINUX)
#define MAYBE_DisableDetection DISABLED_DisableDetection #define MAYBE_DisableDetection DISABLED_DisableDetection
#else #else
#define MAYBE_DisableDetection DisableDetection #define MAYBE_DisableDetection DisableDetection
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment