Skip to content

Commit

Permalink
tmp: break test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Sep 27, 2024
1 parent 6c8ae05 commit 86ca7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dc/s2n-quic-dc/src/path/secret/map/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,6 @@ fn check_invariants_no_overflow() {
fn entry_size() {
// This gates to running only on specific GHA to reduce false positives.
if std::env::var("S2N_QUIC_RUN_VERSION_SPECIFIC_TESTS").is_ok() {
assert_eq!(fake_entry(0).size(), 350);
assert_eq!(fake_entry(0).size(), 1333);
}
}

0 comments on commit 86ca7e7

Please sign in to comment.