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