Commit 5fc7c535 authored by Fergus Dall's avatar Fergus Dall

Sheriff: Disable WebRtcSimulcastBrowserTest.TestVgaReturnsTwoSimulcastStreams on Mac

TBR=hta@chromium.org

Bug: 1004546
Change-Id: I9b93678188ecb8743677fbc5912ae70f9b483377
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808660Reviewed-by: default avatarFergus Dall <sidereal@google.com>
Cr-Commit-Position: refs/heads/master@{#697081}
parent 28419426
...@@ -43,10 +43,12 @@ class WebRtcSimulcastBrowserTest : public WebRtcTestBase { ...@@ -43,10 +43,12 @@ class WebRtcSimulcastBrowserTest : public WebRtcTestBase {
} }
}; };
// Fails/times out on Windows and Chrome OS. Flaky on Linux. // Fails/times out on Windows and Chrome OS. Flaky on Mac.
// http://crbug.com/452623 // http://crbug.com/452623
// http://crbug.com/1004546
// MSan reports errors. http://crbug.com/452892 // MSan reports errors. http://crbug.com/452892
#if defined(OS_WIN) || defined(OS_CHROMEOS) || defined(MEMORY_SANITIZER) #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS) || \
defined(MEMORY_SANITIZER)
#define MAYBE_TestVgaReturnsTwoSimulcastStreams DISABLED_TestVgaReturnsTwoSimulcastStreams #define MAYBE_TestVgaReturnsTwoSimulcastStreams DISABLED_TestVgaReturnsTwoSimulcastStreams
#else #else
#define MAYBE_TestVgaReturnsTwoSimulcastStreams TestVgaReturnsTwoSimulcastStreams #define MAYBE_TestVgaReturnsTwoSimulcastStreams TestVgaReturnsTwoSimulcastStreams
......
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