Skip to content

Commit

Permalink
Don't run dtls test on windows.
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #23319)
  • Loading branch information
fwh-dc authored and mattcaswell committed Feb 9, 2024
1 parent 3e94e2b commit f71035e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recipes/70-test_dtlsrecords.t
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit f71035e

Please sign in to comment.