Commit 328f27b7 authored by Harald Alvestrand's avatar Harald Alvestrand Committed by Commit Bot

Disable tests for landing a WebRTC name change

Bug: webrtc:8787
Change-Id: I5a166726bf236e088426734456f2d503e3c6875e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2232554Reviewed-by: default avatarGuido Urdaneta <guidou@chromium.org>
Commit-Queue: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#775594}
parent 547c0e32
...@@ -257,8 +257,9 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest, ...@@ -257,8 +257,9 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest,
kKeygenAlgorithmEcdsa, kKeygenAlgorithmRsa); kKeygenAlgorithmEcdsa, kKeygenAlgorithmRsa);
} }
IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest, IN_PROC_BROWSER_TEST_F(
RunsAudioVideoWebRTCCallInTwoTabsGetStatsCallback) { MAYBE_WebRtcBrowserTest,
DISABLED_RunsAudioVideoWebRTCCallInTwoTabsGetStatsCallback) {
StartServerAndOpenTabs(); StartServerAndOpenTabs();
SetupPeerconnectionWithLocalStream(left_tab_); SetupPeerconnectionWithLocalStream(left_tab_);
SetupPeerconnectionWithLocalStream(right_tab_); SetupPeerconnectionWithLocalStream(right_tab_);
...@@ -286,8 +287,9 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest, ...@@ -286,8 +287,9 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest,
EXPECT_EQ(0u, GetPeerToPeerConnectionsCountChangeFromNetworkService()); EXPECT_EQ(0u, GetPeerToPeerConnectionsCountChangeFromNetworkService());
} }
IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest, IN_PROC_BROWSER_TEST_F(
RunsAudioVideoWebRTCCallInTwoTabsGetStatsPromise) { MAYBE_WebRtcBrowserTest,
DISABLED_RunsAudioVideoWebRTCCallInTwoTabsGetStatsPromise) {
StartServerAndOpenTabs(); StartServerAndOpenTabs();
SetupPeerconnectionWithLocalStream(left_tab_); SetupPeerconnectionWithLocalStream(left_tab_);
SetupPeerconnectionWithLocalStream(right_tab_); SetupPeerconnectionWithLocalStream(right_tab_);
......
...@@ -5909,6 +5909,10 @@ crbug.com/1084637 compositing/video/video-reflection.html [ Pass Failure ] ...@@ -5909,6 +5909,10 @@ crbug.com/1084637 compositing/video/video-reflection.html [ Pass Failure ]
crbug.com/1083362 compositing/reflections/load-video-in-reflection.html [ Pass Failure ] crbug.com/1083362 compositing/reflections/load-video-in-reflection.html [ Pass Failure ]
crbug.com/1087471 [ Linux ] virtual/threaded/synthetic_gestures/synthetic-pinch-zoom-gesture-touchscreen-zoom-in-slow.html [ Pass Failure ] crbug.com/1087471 [ Linux ] virtual/threaded/synthetic_gestures/synthetic-pinch-zoom-gesture-touchscreen-zoom-in-slow.html [ Pass Failure ]
# Temporary disabling to allow landing https://webrtc-review.googlesource.com/c/src/+/176509
crbug.com/webrtc/8787 external/wpt/webrtc/RTCPeerConnection-mandatory-getStats.https.html [ Pass Failure ]
crbug.com/webrtc/8787 external/wpt/webrtc/RTCPeerConnection-getStats.https.html [ Pass Failure ]
# Sheriff 2020-06-01 # Sheriff 2020-06-01
# Also see crbug.com/626703, these timed-out before but now fail as well. # Also see crbug.com/626703, these timed-out before but now fail as well.
crbug.com/1088220 [ Linux ] external/wpt/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-domain-failure.https.sub.html [ Pass Failure Timeout ] crbug.com/1088220 [ Linux ] external/wpt/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-domain-failure.https.sub.html [ Pass Failure Timeout ]
......
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