Enable test SSLStreamAdapterTestDTLS.TestDTLSConnectWithSmallMtu since it does not fail anymore.
BUG=2712 R=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/9279004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5633 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -768,7 +768,7 @@ TEST_F(SSLStreamAdapterTestDTLS,
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Test a handshake with small MTU
|
// Test a handshake with small MTU
|
||||||
TEST_F(SSLStreamAdapterTestDTLS, DISABLED_TestDTLSConnectWithSmallMtu) {
|
TEST_F(SSLStreamAdapterTestDTLS, TestDTLSConnectWithSmallMtu) {
|
||||||
MAYBE_SKIP_TEST(HaveDtls);
|
MAYBE_SKIP_TEST(HaveDtls);
|
||||||
SetMtu(700);
|
SetMtu(700);
|
||||||
SetHandshakeWait(20000);
|
SetHandshakeWait(20000);
|
||||||
|
Reference in New Issue
Block a user