Disable flaky SendDataMultipleClocks.

Example failure:
[http://chromegw/i/internal.client.webrtc/builders/Linux32%20Debug/builds/719]

TBR=mallinath
BUG=2409

Review URL: https://webrtc-codereview.appspot.com/2270005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4828 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2013-09-24 16:26:41 +00:00
parent 9b6eefcedf
commit f0f92fae12

View File

@ -298,7 +298,8 @@ TEST_F(RtpDataMediaChannelTest, SendData) {
EXPECT_EQ(header0.timestamp + 180000, header1.timestamp);
}
TEST_F(RtpDataMediaChannelTest, SendDataMultipleClocks) {
// See: https://code.google.com/p/webrtc/issues/detail?id=2409
TEST_F(RtpDataMediaChannelTest, DISABLED_SendDataMultipleClocks) {
// Timings owned by RtpDataEngines.
FakeTiming* timing1 = new FakeTiming();
talk_base::scoped_ptr<cricket::RtpDataEngine> dme1(CreateEngine(timing1));