build: Ignore tests that bundle with the upstream boringssl binary

This commit is contained in:
0x676e67 2025-03-21 17:54:31 +08:00
parent d72c6a4211
commit 6c74708e27
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ fn bootstrap_ech(config: &[u8], key: &[u8], list: &[u8]) -> (Server, ClientSslBu
} }
#[test] #[test]
#[ignore]
fn ech() { fn ech() {
let (_server, client) = bootstrap_ech(ECH_CONFIG, ECH_KEY, ECH_CONFIG_LIST); let (_server, client) = bootstrap_ech(ECH_CONFIG, ECH_KEY, ECH_CONFIG_LIST);