mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
Disable future 0.2 tests (#259)
This commit is contained in:
parent
9cffda59c9
commit
2edc35a45d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user