From b23a8d72667f88f109623a4018d86d18c826ce23 Mon Sep 17 00:00:00 2001 From: Lindsay Stewart Date: Sat, 29 Jun 2024 05:57:30 -0700 Subject: [PATCH] Allow pcap test to use deprecated methods for now --- tests/pcap/tests/s2n_client_hellos.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pcap/tests/s2n_client_hellos.rs b/tests/pcap/tests/s2n_client_hellos.rs index 5f3d2531d26..1f073aefc33 100644 --- a/tests/pcap/tests/s2n_client_hellos.rs +++ b/tests/pcap/tests/s2n_client_hellos.rs @@ -43,6 +43,7 @@ fn parsing() -> Result<()> { } #[test] +#[allow(deprecated)] fn ja3_fingerprints() -> Result<()> { test_all_client_hellos(|pcap_hello, s2n_hello| { let mut s2n_ja3_hash = Vec::new();