Commit ac63e1a4 authored by Steve Anton's avatar Steve Anton Committed by Commit Bot

Temporarily disable NegotiateUnsupportedVideoCodec test

This test is failing with a pending WebRTC change. It will be
re-enabled and fixed once that change rolls in.

Bug: 813215
Change-Id: I448ba431da7d00b2b04fab2c471d301ecf18310c
Reviewed-on: https://chromium-review.googlesource.com/924610Reviewed-by: default avatarEmircan Uysaler <emircan@chromium.org>
Commit-Queue: Emircan Uysaler <emircan@chromium.org>
Commit-Queue: Steve Anton <steveanton@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537471}
parent 630f1a9f
......@@ -170,8 +170,9 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest,
// This test will modify the SDP offer to an unsupported codec, which should
// cause SetLocalDescription to fail.
// TODO(crbug.com/813215): Re-enable once WebRTC change has rolled in.
IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest,
NegotiateUnsupportedVideoCodec) {
DISABLED_NegotiateUnsupportedVideoCodec) {
MakeTypicalPeerConnectionCall("negotiateUnsupportedVideoCodec();");
}
......
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