Commit bfefb7a2 authored by rmcilroy's avatar rmcilroy Committed by Commit bot

Disable WebRtcBrowserTest::CanSetupVideoCallWith16To9AspectRation on Arm64.

BUG=408179
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#292368}
parent 1bf72284
...@@ -134,8 +134,12 @@ IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest, ...@@ -134,8 +134,12 @@ IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest,
MakeTypicalPeerConnectionCall(javascript); MakeTypicalPeerConnectionCall(javascript);
} }
#if defined(OS_ANDROID) && defined(ARCH_CPU_ARM64)
// Failing on ARM64 Android bot: http://crbug.com/408179
#define MAYBE_CanSetupVideoCallWith16To9AspectRatio \
DISABLED_CanSetupVideoCallWith16To9AspectRatio
// Flaky on TSAN v2. http://crbug.com/408006 // Flaky on TSAN v2. http://crbug.com/408006
#if defined(THREAD_SANITIZER) #elif defined(THREAD_SANITIZER)
#define MAYBE_CanSetupVideoCallWith16To9AspectRatio \ #define MAYBE_CanSetupVideoCallWith16To9AspectRatio \
DISABLED_CanSetupVideoCallWith16To9AspectRatio DISABLED_CanSetupVideoCallWith16To9AspectRatio
#else #else
......
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