Skip to content

Commit e5175ed

Browse files
authoredSep 10, 2019
Merge pull request swiftlang#2508 from gmittert/NixXDGCookies
[Windows] Disable TestHTTPCookieStorage XDG Test
2 parents 1ed7dc0 + 51036e4 commit e5175ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎TestFoundation/TestHTTPCookieStorage.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ class TestHTTPCookieStorage: XCTestCase {
308308
}
309309

310310
func test_cookieInXDGSpecPath() {
311-
#if !os(Android) && !DARWIN_COMPATIBILITY_TESTS // No XDG on native Foundation
311+
#if !os(Android) && !DARWIN_COMPATIBILITY_TESTS && !os(Windows)// No XDG on native Foundation
312312
//Test without setting the environment variable
313313
let testCookie = HTTPCookie(properties: [
314314
.name: "TestCookie0",

0 commit comments

Comments
 (0)
Please sign in to comment.