From 2edc35a45d2967316f2c51b1d0c62eed32ee966c Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Sat, 24 Mar 2018 14:01:41 -0700 Subject: [PATCH] Disable future 0.2 tests (#259) --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9676bcc84..082298b03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,11 @@ script: cargo check --tests --all --target $TARGET else cargo test --all - cargo test --features unstable-futures - cargo test --manifest-path tokio-threadpool/Cargo.toml --features unstable-futures - cargo test --manifest-path tokio-reactor/Cargo.toml --features unstable-futures + # Disable these tests for now as they are buggy + # + # cargo test --features unstable-futures + # cargo test --manifest-path tokio-threadpool/Cargo.toml --features unstable-futures + # cargo test --manifest-path tokio-reactor/Cargo.toml --features unstable-futures fi before_deploy: