From 6c74708e27346844c4b9eb058c6aa31b2dd257e7 Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Fri, 21 Mar 2025 17:54:31 +0800 Subject: [PATCH] build: Ignore tests that bundle with the upstream boringssl binary --- boring/src/ssl/test/ech.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/boring/src/ssl/test/ech.rs b/boring/src/ssl/test/ech.rs index d2797d42..6683dc3c 100644 --- a/boring/src/ssl/test/ech.rs +++ b/boring/src/ssl/test/ech.rs @@ -36,6 +36,7 @@ fn bootstrap_ech(config: &[u8], key: &[u8], list: &[u8]) -> (Server, ClientSslBu } #[test] +#[ignore] fn ech() { let (_server, client) = bootstrap_ech(ECH_CONFIG, ECH_KEY, ECH_CONFIG_LIST);