Skip to content

Commit

Permalink
Remove unneeded stuff
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 fa9e6f1 commit 9c7ad69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/recipes/70-test_sslrecords.t
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ plan skip_all => "$test_name needs the dynamic engine feature enabled"
plan skip_all => "$test_name needs the sock feature enabled"
if disabled("sock");

plan skip_all => "$test_name needs TLS1.2 or TLS1.3 for running dummyproxy check"
if disabled("tls1_3") && disabled("tls1_2");

my $testplanisset = 0;
my $inject_recs_num = undef;
my $content_type = undef;
my $boundary_test_type = undef;
Expand Down

0 comments on commit 9c7ad69

Please sign in to comment.