summaryrefslogtreecommitdiffstats
path: root/tokio-timer/tests/hammer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-timer/tests/hammer.rs')
-rw-r--r--tokio-timer/tests/hammer.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokio-timer/tests/hammer.rs b/tokio-timer/tests/hammer.rs
index 16e86e1a..8d9bccf2 100644
--- a/tokio-timer/tests/hammer.rs
+++ b/tokio-timer/tests/hammer.rs
@@ -1,4 +1,5 @@
#![deny(warnings, rust_2018_idioms)]
+#![cfg(feature = "broken")]
use futures::stream::FuturesUnordered;
use futures::{Future, Stream};