readd test skip

This commit is contained in:
Rob Ede 2021-06-23 19:12:06 +01:00
parent 83e53f3311
commit 91d88f6ce9
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 4 additions and 2 deletions

View File

@ -79,7 +79,9 @@ jobs:
- name: tests
uses: actions-rs/cargo@v1
timeout-minutes: 40
with: { command: ci-test }
with:
command: ci-test
args: --skip=test_reading_deflate_encoding_large_random_rustls
- name: doc tests
uses: actions-rs/cargo@v1

View File

@ -879,7 +879,7 @@ async fn test_brotli_encoding_large_openssl() {
assert_eq!(bytes, Bytes::from(data));
}
#[cfg(all(feature = "rustls", feature = "openssl"))]
#[cfg(feature = "rustls")]
mod plus_rustls {
use std::io::BufReader;