Commit 5c850ffb authored by Karan Bhatia's avatar Karan Bhatia Committed by Commit Bot

Disable flaky RTCRtpSenderTest.CopiedSenderSharesInternalStates.

BUG=812296
TBR=sergeyu@chromium.org

Change-Id: I7992566c41b6ab650738d190a6980c8640b29487
Reviewed-on: https://chromium-review.googlesource.com/969096
Commit-Queue: Karan Bhatia <karandeepb@chromium.org>
Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544073}
parent 2fcd8b8c
...@@ -207,7 +207,8 @@ TEST_F(RTCRtpSenderTest, MAYBE_ReplaceTrackIsNotSetSynchronously) { ...@@ -207,7 +207,8 @@ TEST_F(RTCRtpSenderTest, MAYBE_ReplaceTrackIsNotSetSynchronously) {
std::move(replaceTrackRunLoopAndGetResult).Run(); std::move(replaceTrackRunLoopAndGetResult).Run();
} }
TEST_F(RTCRtpSenderTest, CopiedSenderSharesInternalStates) { // TODO(crbug.com/812296): Disabled since flaky.
TEST_F(RTCRtpSenderTest, DISABLED_CopiedSenderSharesInternalStates) {
auto web_track = CreateWebTrack("track_id"); auto web_track = CreateWebTrack("track_id");
sender_ = CreateSender(web_track); sender_ = CreateSender(web_track);
auto copy = std::make_unique<RTCRtpSender>(*sender_); auto copy = std::make_unique<RTCRtpSender>(*sender_);
......
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