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: