ssl: remove disabled test for automatic MTU reduction
which is not going to happen anymore since we set SSL_OP_NO_QUERY_MTU
(and previously returned the same value)
BUG=webrtc:339300437
No-IWYU: false positive because of boringssl
Change-Id: I35a998dc68768e6df417c1debef4e53e5d7cbf15
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/388562
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Jonas Oreland <jonaso@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@meta.com>
Cr-Commit-Position: refs/heads/main@{#44931}
diff --git a/rtc_base/ssl_stream_adapter_unittest.cc b/rtc_base/ssl_stream_adapter_unittest.cc
index 6de76994..fd5a0de 100644
--- a/rtc_base/ssl_stream_adapter_unittest.cc
+++ b/rtc_base/ssl_stream_adapter_unittest.cc
@@ -1203,14 +1203,6 @@
TestHandshake();
}
-// Test a handshake with small MTU
-// Disabled due to https://code.google.com/p/webrtc/issues/detail?id=3910
-TEST_F(SSLStreamAdapterTestDTLS, DISABLED_TestDTLSConnectWithSmallMtu) {
- SetMtu(700);
- SetHandshakeWait(20000);
- TestHandshake();
-}
-
// Test a handshake with total loss and timing out.
// Only works in BoringSSL.
#ifdef OPENSSL_IS_BORINGSSL