diff --git a/talk/app/webrtc/dtmfsender_unittest.cc b/talk/app/webrtc/dtmfsender_unittest.cc index 2a9d642b8..861a69574 100644 --- a/talk/app/webrtc/dtmfsender_unittest.cc +++ b/talk/app/webrtc/dtmfsender_unittest.cc @@ -324,7 +324,9 @@ TEST_F(DtmfSenderTest, InsertEmptyTonesToCancelPreviousTask) { VerifyOnObserver("1"); } -TEST_F(DtmfSenderTest, InsertDtmfWithCommaAsDelay) { +// Flaky when run in parallel. +// See https://code.google.com/p/webrtc/issues/detail?id=4219. +TEST_F(DtmfSenderTest, DISABLED_InsertDtmfWithCommaAsDelay) { std::string tones = "3,4"; int duration = 100; int inter_tone_gap = 50;