Skip to content

Commit 9ea5265

Browse files
committed
clean up unnecessary tests
1 parent 9587367 commit 9ea5265

File tree

4 files changed

+6
-527
lines changed

4 files changed

+6
-527
lines changed

Cargo.lock

Lines changed: 6 additions & 198 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ct.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ if [ "$TRAVIS_RUST_VERSION" == "stable" ] || [ "$TRAVIS_RUST_VERSION" == "beta"
3333
cargo test --features pkcs12 --target $TARGET
3434
cargo test --features pkcs12_rc2 --target $TARGET
3535
cargo test --features dsa --target $TARGET
36-
cargo test --test hyper13 --features=std,async-rt --target $TARGET
3736
cargo test --test async_session --features=async-rt --target $TARGET
3837

3938
# If zlib is installed, test the zlib feature

mbedtls/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ serde_cbor = "0.6"
4848
hex = "0.3"
4949
matches = "0.1.8"
5050
hyper = { version = "0.10.16", default-features = false }
51-
hyper13 = { package = "hyper", version = "0.13", default-features = false, features = ["stream"] }
52-
tokio-02 = { package = "tokio", version = "0.2", default-features = false }
5351
async-stream = "0.3.0"
5452
futures = "0.3"
5553
tracing = "0.1"
@@ -109,10 +107,6 @@ required-features = ["std"]
109107
name = "hyper"
110108
required-features = ["std"]
111109

112-
[[test]]
113-
name = "hyper13"
114-
required-features = ["std", "async-rt"]
115-
116110
[[test]]
117111
name = "async_session"
118112
path = "tests/async_session.rs"

0 commit comments

Comments
 (0)