Commit 75e314f2 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix the number of tests to skip if TLSv1.3 is disabled

parent 774c909b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ ok(TLSProxy::Message->fail(), "Changed record version in TLS1.2");

#TLS1.3 specific tests
SKIP: {
    skip "TLSv1.3 disabled", 4 if disabled("tls1_3");
    skip "TLSv1.3 disabled", 6 if disabled("tls1_3");

    #Test 13: Sending a different record version in TLS1.3 should succeed
    $proxy->clear();