Disable intermittent test on windows.

This commit is contained in:
Josh Matthews 2021-05-22 13:01:59 -04:00 committed by GitHub
parent a6ab7c77e5
commit 95ede53005
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -746,6 +746,7 @@ fn test_load_sends_cookie_if_nonhttp() {
}
#[test]
#[cfg(not(target_os = "windows"))]
fn test_cookie_set_with_httponly_should_not_be_available_using_getcookiesforurl() {
let handler = move |_: HyperRequest<Body>, response: &mut HyperResponse<Body>| {
response.headers_mut().insert(