mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Disable intermittent test on windows.
This commit is contained in:
parent
a6ab7c77e5
commit
95ede53005
1 changed files with 1 additions and 0 deletions
|
@ -746,6 +746,7 @@ fn test_load_sends_cookie_if_nonhttp() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(target_os = "windows"))]
|
||||||
fn test_cookie_set_with_httponly_should_not_be_available_using_getcookiesforurl() {
|
fn test_cookie_set_with_httponly_should_not_be_available_using_getcookiesforurl() {
|
||||||
let handler = move |_: HyperRequest<Body>, response: &mut HyperResponse<Body>| {
|
let handler = move |_: HyperRequest<Body>, response: &mut HyperResponse<Body>| {
|
||||||
response.headers_mut().insert(
|
response.headers_mut().insert(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue