mirror of https://github.com/fafhrd91/actix-web
readd test skip
This commit is contained in:
parent
83e53f3311
commit
91d88f6ce9
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue