summaryrefslogtreecommitdiffstats
path: root/tokio-timer/tests/delay.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-timer/tests/delay.rs')
-rw-r--r--tokio-timer/tests/delay.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokio-timer/tests/delay.rs b/tokio-timer/tests/delay.rs
index 43066260..d18919ca 100644
--- a/tokio-timer/tests/delay.rs
+++ b/tokio-timer/tests/delay.rs
@@ -1,4 +1,5 @@
#![deny(warnings, rust_2018_idioms)]
+#![cfg(feature = "broken")]
mod support;
use crate::support::*;