Disable future 0.2 tests (#259)

This commit is contained in:
Carl Lerche 2018-03-24 14:01:41 -07:00 committed by GitHub
parent 9cffda59c9
commit 2edc35a45d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: