Commit 0fb18374 authored by jam's avatar jam Committed by Commit bot

Disable flaky WebRtcBrowserTest.CanSetupVideoCallAndDisableLocalVideo

BUG=477498
TBR=phoglund@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#325548}
parent 7dd7f650
......@@ -148,15 +148,9 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest,
}
// Flaky on TSAN v2. http://crbug.com/408006
#if defined(THREAD_SANITIZER)
#define MAYBE_CanSetupVideoCallAndDisableLocalVideo \
DISABLED_CanSetupVideoCallAndDisableLocalVideo
#else
#define MAYBE_CanSetupVideoCallAndDisableLocalVideo \
CanSetupVideoCallAndDisableLocalVideo
#endif
// Flaky everywhere: http://crbug.com/477498
IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest,
MAYBE_CanSetupVideoCallAndDisableLocalVideo) {
DISABLED_CanSetupVideoCallAndDisableLocalVideo) {
const std::string javascript =
"callAndDisableLocalVideo({video: true});";
MakeTypicalPeerConnectionCall(javascript);
......
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