Skip to content

Commit db99bb2

Browse files
committed
Disable FileManager XDG Tests on Windows
Windows doesn't conform to XDG so the tests are not applicable.
1 parent 05cb315 commit db99bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestFoundation/TestFileManager.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@ VIDEOS=StopgapVideos
18181818
])
18191819
#endif
18201820

1821-
#if !DEPLOYMENT_RUNTIME_OBJC && !os(Android)
1821+
#if !DEPLOYMENT_RUNTIME_OBJC && !os(Android) && !os(Windows)
18221822
tests.append(contentsOf: [
18231823
("test_fetchXDGPathsFromHelper", test_fetchXDGPathsFromHelper),
18241824
])

0 commit comments

Comments
 (0)