Commit 06a4714a authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

Disable flaky WebRtcMediumTest.GetMessenger_StartAndStopReceivingMessages

Bug: 1146543
Change-Id: Ibdc22d9244779fc2318121ab8910d7984453eb4d
NoTry: True
Tbr: vecore@google.com
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523537Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824988}
parent 8e202678
...@@ -160,7 +160,8 @@ TEST_F(WebRtcMediumTest, GetMessengerAndStartReceivingMessages) { ...@@ -160,7 +160,8 @@ TEST_F(WebRtcMediumTest, GetMessengerAndStartReceivingMessages) {
loop.Run(); loop.Run();
} }
TEST_F(WebRtcMediumTest, GetMessenger_StartAndStopReceivingMessages) { // TODO(crbug.com/1146543): Test is flaky.
TEST_F(WebRtcMediumTest, DISABLED_GetMessenger_StartAndStopReceivingMessages) {
ByteArray message("message"); ByteArray message("message");
const std::string from = "from"; const std::string from = "from";
......
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