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