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

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

Issue 841873005: Disable flaky End2EndTest.OldPacketNetwork (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 13d915be5a54a47b0ff432484ffeb22a6d57e3ec..ce1675a98408c9142b6fbc1cd3d69ab1796d9bcb 100644
--- a/media/cast/test/end2end_unittest.cc
+++ b/media/cast/test/end2end_unittest.cc
@@ -1456,7 +1456,8 @@ TEST_F(End2EndTest, ShoveHighFrameRateDownYerThroat) {
EXPECT_LT((video_ticks_.back().second - test_end).InMilliseconds(), 1000);
}
-TEST_F(End2EndTest, OldPacketNetwork) {
+// Disabled due to flake: http://crbug.com/448511
+TEST_F(End2EndTest, DISABLED_OldPacketNetwork) {
Configure(CODEC_VIDEO_FAKE, CODEC_AUDIO_PCM16, 32000, 1);
sender_to_receiver_.SetPacketPipe(test::NewRandomDrop(0.01));
scoped_ptr<test::PacketPipe> echo_chamber(
« 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