Skip to content

Commit 51036e4

Browse files
committed
[Windows] Disable TestHTTPCookieStorage XDG Test
Windows doesn't conform to XDG so the test isn't applicable
1 parent 05cb315 commit 51036e4

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)