From 4d96f3ec7882cd7b3e3351ec5b32743469b84f46 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Fri, 27 Sep 2024 14:37:58 +0000 Subject: [PATCH] tmp: break test --- dc/s2n-quic-dc/src/path/secret/map/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dc/s2n-quic-dc/src/path/secret/map/test.rs b/dc/s2n-quic-dc/src/path/secret/map/test.rs index 84444a451..1bfeb2c58 100644 --- a/dc/s2n-quic-dc/src/path/secret/map/test.rs +++ b/dc/s2n-quic-dc/src/path/secret/map/test.rs @@ -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); } }