summaryrefslogtreecommitdiffstats
path: root/media/cast/test/end2end_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'media/cast/test/end2end_unittest.cc')
-rw-r--r--media/cast/test/end2end_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/media/cast/test/end2end_unittest.cc b/media/cast/test/end2end_unittest.cc
index 0e3e888..0d30062 100644
--- a/media/cast/test/end2end_unittest.cc
+++ b/media/cast/test/end2end_unittest.cc
@@ -471,7 +471,8 @@ class End2EndTest : public ::testing::Test {
};
// Audio and video test without packet loss using raw PCM 16 audio "codec";
-TEST_F(End2EndTest, LoopNoLossPcm16) {
+// This test is too slow. Disabled for now: crbug.com/329333.
+TEST_F(End2EndTest, DISABLED_LoopNoLossPcm16) {
SetupConfig(kPcm16, 32000, false, 1);
Create();