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

Unified Diff: media/cast/test/end2end_unittest.cc

Issue 175213004: Cast: Re-enable End2EndTest.StartSenderBeforeReceiver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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: media/cast/test/end2end_unittest.cc
diff --git a/media/cast/test/end2end_unittest.cc b/media/cast/test/end2end_unittest.cc
index 82fc568d2d2b959c96cedc276c9e8f0008cd87a9..7ed72a6836757ed1389f46bbecac43497f50f3b7 100644
--- a/media/cast/test/end2end_unittest.cc
+++ b/media/cast/test/end2end_unittest.cc
@@ -746,10 +746,7 @@ TEST_F(End2EndTest, MAYBE_LoopNoLossOpus) {
}
// This tests start sending audio and video before the receiver is ready.
-//
-// TODO(miu): Test disabled because of non-determinism.
-// http://crbug.com/314233
-TEST_F(End2EndTest, DISABLED_StartSenderBeforeReceiver) {
+TEST_F(End2EndTest, StartSenderBeforeReceiver) {
SetupConfig(transport::kOpus, kDefaultAudioSamplingRate, false, 1);
Create();
« 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