Commit 0622259a authored by benwells@chromium.org's avatar benwells@chromium.org

Disable WebRtcBrowserTest.CanSetupLegacyCall on TSAN.

This test fails flakily there.

TBR=perkj@chromium.org
NOTRY=true
BUG=373637

Review URL: https://codereview.chromium.org/292433005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270944 0039d316-1c4b-4281-b951-d872f2087c98
parent 7ddebadc
...@@ -215,6 +215,9 @@ IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, NegotiateOfferWithBLine) { ...@@ -215,6 +215,9 @@ IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, NegotiateOfferWithBLine) {
#if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(ARCH_CPU_ARM_FAMILY) #if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(ARCH_CPU_ARM_FAMILY)
// Timing out on ARM linux, see http://crbug.com/240373 // Timing out on ARM linux, see http://crbug.com/240373
#define MAYBE_CanSetupLegacyCall DISABLED_CanSetupLegacyCall #define MAYBE_CanSetupLegacyCall DISABLED_CanSetupLegacyCall
#elif defined(THREAD_SANITIZER)
// Flaky on TSAN v2: http://crbug.com/373637
#define MAYBE_CanSetupLegacyCall DISABLED_CanSetupLegacyCall
#else #else
#define MAYBE_CanSetupLegacyCall CanSetupLegacyCall #define MAYBE_CanSetupLegacyCall CanSetupLegacyCall
#endif #endif
......
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