We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05cb315 commit 51036e4Copy full SHA for 51036e4
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