Ignore dtls tests

They're way too flaky.

Closes #525
This commit is contained in:
Steven Fackler 2017-07-29 09:54:04 -07:00
parent b48fce69e2
commit a132834132
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ macro_rules! run_test(
} }
#[test] #[test]
#[cfg_attr(any(libressl, windows, target_arch = "arm"), ignore)] // FIXME(#467) #[ignore] // FIXME(#467)
fn dtlsv1() { fn dtlsv1() {
let (_s, stream) = Server::new_dtlsv1(Some("hello")); let (_s, stream) = Server::new_dtlsv1(Some("hello"));
$blk(SslMethod::dtls(), stream); $blk(SslMethod::dtls(), stream);