mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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]
|
||||
#[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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue