Disable CanTransmitExtraRtpPacketsWithoutError on Windows.
Flakily crashes on Windows. BUG=2240 R=henrika@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2028005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4542 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
62ecc20afb
commit
d65914360a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user