Don't use dtls proxy on windows.
[openssl.git] / test / recipes / 70-test_sslrecords.t
index 2a4e64c50ece687313f2370797f37d6e408fd8cd..f3cbe09a448828bfa1ffbe3700a72fa49365fc23 100644 (file)
@@ -66,6 +66,7 @@ SKIP: {
 
 SKIP: {
     skip "DTLS 1.2 is disabled", 21 if disabled("dtls1_2");
+    skip "DTLSProxy does not work on Windows", 21 if $^O =~ /^(MSWin32)$/;
     # Run tests with DTLS
     $dtlsproxy = TLSProxy::Proxy->new_dtls(
         \&add_empty_recs_filter,