test(client): disable happy eyeballs tests except in CI

This commit is contained in:
Sean McArthur
2018-12-05 10:57:37 -08:00
parent 69a39f5a69
commit 65788fe7fe
3 changed files with 5 additions and 6 deletions

View File

@@ -597,6 +597,7 @@ mod tests {
}
#[test]
#[cfg_attr(not(feature = "__internal_happy_eyeballs_tests"), ignore)]
fn client_happy_eyeballs() {
extern crate pretty_env_logger;