Commit 596138ff authored by Alexandr Ilin's avatar Alexandr Ilin Committed by Commit Bot

Disable RTCRtpSenderTest.ReplaceTrackSetsTrack for real

This CL adds the MAYBE_ prefix to the test name for disabling to come
info effect.

TBR=sergeyu@chromium.org

Bug: 800465
Change-Id: I3120d549b0860d76f48d749305d64830d38fa606
Reviewed-on: https://chromium-review.googlesource.com/962447Reviewed-by: default avatarAlexandr Ilin <alexilin@chromium.org>
Commit-Queue: Alexandr Ilin <alexilin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543083}
parent 80441f0a
......@@ -132,7 +132,7 @@ TEST_F(RTCRtpSenderTest, CreateSenderWithNullTrack) {
#else
#define MAYBE_ReplaceTrackSetsTrack ReplaceTrackSetsTrack
#endif
TEST_F(RTCRtpSenderTest, ReplaceTrackSetsTrack) {
TEST_F(RTCRtpSenderTest, MAYBE_ReplaceTrackSetsTrack) {
auto web_track1 = CreateWebTrack("track1");
sender_ = CreateSender(web_track1);
......
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