summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>2024-01-31 08:39:10 +0100
committerMatt Caswell <matt@openssl.org>2024-02-09 08:16:56 +0000
commitfe3029a14ff2d4898c23db7abd82388358e3bdeb (patch)
treec54970a3dbb32a13f66fa6c12a80b15401538cda /test
parent635b56296604fecd301d45252490458d1a9fd6da (diff)
Don't use dtls proxy 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_sslrecords.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/70-test_sslrecords.t b/test/recipes/70-test_sslrecords.t
index 2a4e64c50e..f3cbe09a44 100644
--- a/test/recipes/70-test_sslrecords.t
+++ b/test/recipes/70-test_sslrecords.t
@@ -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,