Commit 35df6d4a authored by kjellander's avatar kjellander Committed by Commit bot

Disable WebRtcSimulcastBrowserTest.TestVgaReturnsTwoSimulcastStreams under MSan

BUG=452892
NOTRY=True

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

Cr-Commit-Position: refs/heads/master@{#313511}
parent 0576c33d
...@@ -42,7 +42,8 @@ class WebRtcSimulcastBrowserTest : public WebRtcTestBase { ...@@ -42,7 +42,8 @@ class WebRtcSimulcastBrowserTest : public WebRtcTestBase {
}; };
// Fails/times out on Win only. http://crbug.com/452623 // Fails/times out on Win only. http://crbug.com/452623
#if defined(OS_WIN) // MSan reports errors. http://crbug.com/452892
#if defined(OS_WIN) || 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