summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>2024-01-26 12:14:57 +0100
committerMatt Caswell <matt@openssl.org>2024-02-09 08:16:56 +0000
commitf71035edb059cf4bded7e77da2af24ab3a29b9b8 (patch)
tree4817b65a1539592623f6481b1bb4a428eb444697 /test
parent3e94e2b11d73ed22c601f818b31b7c4ca281f5d1 (diff)
Don't run dtls test on windows.
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23319)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/70-test_dtlsrecords.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/70-test_dtlsrecords.t b/test/recipes/70-test_dtlsrecords.t
index 99ce1128c0..dc223ea759 100644
--- a/test/recipes/70-test_dtlsrecords.t
+++ b/test/recipes/70-test_dtlsrecords.t
@@ -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");