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

Unified Diff: webrtc/video/end_to_end_tests.cc

Issue 2024293003: Fix FakeNetworkPipe to not deliver packet faster than requested. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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 | « webrtc/test/fake_network_pipe.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/end_to_end_tests.cc
diff --git a/webrtc/video/end_to_end_tests.cc b/webrtc/video/end_to_end_tests.cc
index 36d1cd184a9b495c891945d7e915ae0e62fd0b7e..8d1135a4ab93ef7b426b84b461e67861d74a5ff6 100644
--- a/webrtc/video/end_to_end_tests.cc
+++ b/webrtc/video/end_to_end_tests.cc
@@ -3285,13 +3285,7 @@ TEST_F(EndToEndTest, RespectsNetworkState) {
RunBaseTest(&test);
}
-// See: https://bugs.chromium.org/p/webrtc/issues/detail?id=5938
-#ifdef WEBRTC_MAC
-#define MAYBE_CallReportsRttForSender DISABLED_CallReportsRttForSender
-#else
-#define MAYBE_CallReportsRttForSender CallReportsRttForSender
-#endif
-TEST_F(EndToEndTest, MAYBE_CallReportsRttForSender) {
+TEST_F(EndToEndTest, CallReportsRttForSender) {
static const int kSendDelayMs = 30;
static const int kReceiveDelayMs = 70;
« no previous file with comments | « webrtc/test/fake_network_pipe.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698