summaryrefslogtreecommitdiff
path: root/voice_engine
diff options
context:
space:
mode:
Diffstat (limited to 'voice_engine')
-rw-r--r--voice_engine/test/auto_test/standard/rtp_rtcp_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/voice_engine/test/auto_test/standard/rtp_rtcp_test.cc b/voice_engine/test/auto_test/standard/rtp_rtcp_test.cc
index 1cf64a01..332a7e57 100644
--- a/voice_engine/test/auto_test/standard/rtp_rtcp_test.cc
+++ b/voice_engine/test/auto_test/standard/rtp_rtcp_test.cc
@@ -221,7 +221,7 @@ TEST_F(RtpRtcpTest, InsertExtraRTPPacketDealsWithInvalidArguments) {
"Should reject: invalid size.";
}
-TEST_F(RtpRtcpTest, CanTransmitExtraRtpPacketsWithoutError) {
+TEST_F(RtpRtcpTest, DISABLED_ON_WIN(CanTransmitExtraRtpPacketsWithoutError)) {
const char payload_data[8] = { 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H' };
for (int i = 0; i < 128; ++i) {