]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Don't run dtls test on windows.
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Fri, 26 Jan 2024 11:14:57 +0000 (12:14 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 9 Feb 2024 08:16:56 +0000 (08:16 +0000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23319)

test/recipes/70-test_dtlsrecords.t

index 99ce1128c0b316dca77092d849aead3f200d975e..dc223ea759428a291f5229654270cf0a50e5f700 100644 (file)
@@ -18,7 +18,7 @@ my $test_name = "test_dtlsrecords";
 setup($test_name);
 
 plan skip_all => "TLSProxy isn't usable on $^O"
-    if $^O =~ /^(VMS)$/;
+    if $^O =~ /^(VMS|MSWin32)$/;
 
 plan skip_all => "$test_name needs the dynamic engine feature enabled"
     if disabled("engine") || disabled("dynamic-engine");