build: Ignore tests that bundle with the upstream boringssl binary
This commit is contained in:
parent
d72c6a4211
commit
6c74708e27
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue