Skip to content

Commit

Permalink
gate tls13 test to supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
toidiu committed Nov 19, 2024
1 parent 521cdf8 commit 2223ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/s2n_record_read_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ int main(int argc, char *argv[])

/* Ensure that the input buffer is wiped after failing to read a record */
for (size_t i = 0; i < s2n_array_len(policy_test_cases); i++) {
if (s2n_is_tls13_fully_supported() && policy_test_cases[i].version == S2N_TLS13) {
if (policy_test_cases[i].version == S2N_TLS13 && !s2n_is_tls13_fully_supported()) {
continue;
}

Expand Down

0 comments on commit 2223ee6

Please sign in to comment.