We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ed7dc0 + 51036e4 commit e5175edCopy full SHA for e5175ed
TestFoundation/TestHTTPCookieStorage.swift
@@ -308,7 +308,7 @@ class TestHTTPCookieStorage: XCTestCase {
308
}
309
310
func test_cookieInXDGSpecPath() {
311
-#if !os(Android) && !DARWIN_COMPATIBILITY_TESTS // No XDG on native Foundation
+#if !os(Android) && !DARWIN_COMPATIBILITY_TESTS && !os(Windows)// No XDG on native Foundation
312
//Test without setting the environment variable
313
let testCookie = HTTPCookie(properties: [
314
.name: "TestCookie0",
0 commit comments