Commit 4cddf5b6 authored by Henrik Boström's avatar Henrik Boström Committed by Commit Bot

Disable RunsAudioVideoWebRTCCallInTwoTabsGetStatsPromise.

This temporarily disabled the test to unblock webrtc from rolling in to
chromium.
After the roll, this CL[1] will fix the failure and the test can be
re-enabled.

[1] https://chromium-review.googlesource.com/c/chromium/src/+/1621912

TBR=guidou@chromium.org
NOTRY=True

Bug: webrtc:10453
Change-Id: I732b6680e318d55c0700540982a01dbc8ee086a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627030Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Reviewed-by: default avatarGuido Urdaneta <guidou@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Auto-Submit: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#662552}
parent 6b4c7b04
...@@ -232,8 +232,11 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest, ...@@ -232,8 +232,11 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest,
DetectVideoAndHangUp(); DetectVideoAndHangUp();
} }
IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest, // TODO(https://crbug.com/webrtc/10453): Temporarily disabled to unblock a
RunsAudioVideoWebRTCCallInTwoTabsGetStatsPromise) { // webrtc roll.
IN_PROC_BROWSER_TEST_F(
MAYBE_WebRtcBrowserTest,
DISABLED_RunsAudioVideoWebRTCCallInTwoTabsGetStatsPromise) {
StartServerAndOpenTabs(); StartServerAndOpenTabs();
SetupPeerconnectionWithLocalStream(left_tab_); SetupPeerconnectionWithLocalStream(left_tab_);
SetupPeerconnectionWithLocalStream(right_tab_); SetupPeerconnectionWithLocalStream(right_tab_);
......
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