Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: webrtc/media/sctp/sctpdataengine_unittest.cc

Issue 2064103002: Disable SctpDataMediaChannelTest.ReusesAStream. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/sctp/sctpdataengine_unittest.cc
diff --git a/webrtc/media/sctp/sctpdataengine_unittest.cc b/webrtc/media/sctp/sctpdataengine_unittest.cc
index 7fe209cc2b2e079d18f3ec7bdb5ea32da8c25b9d..51eb27a4166056c3152a8f34c45ed39bbd1a4f5c 100644
--- a/webrtc/media/sctp/sctpdataengine_unittest.cc
+++ b/webrtc/media/sctp/sctpdataengine_unittest.cc
@@ -494,13 +494,8 @@ TEST_F(SctpDataMediaChannelTest, RefusesHighNumberedChannels) {
EXPECT_FALSE(AddStream(1023));
}
-// Flaky on Linux and Windows. See webrtc:4453.
-#if defined(WEBRTC_WIN) || defined(WEBRTC_LINUX)
-#define MAYBE_ReusesAStream DISABLED_ReusesAStream
-#else
-#define MAYBE_ReusesAStream ReusesAStream
-#endif
-TEST_F(SctpDataMediaChannelTest, MAYBE_ReusesAStream) {
+// Flaky, see webrtc:4453.
+TEST_F(SctpDataMediaChannelTest, DISABLED_ReusesAStream) {
// Shut down channel 1, then open it up again for reuse.
SetupConnectedChannels();
SendDataResult result;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698