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();