File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1259,7 +1259,9 @@ class TestFileManager : XCTestCase {
12591259#endif // !DEPLOYMENT_RUNTIME_OBJC
12601260
12611261 func test_emptyFilename( ) {
1262-
1262+ #if os(Windows)
1263+ throw XCTSkip ( " This test is disabled while we investigate why it's failing on Windows. " )
1264+ #else
12631265 // Some of these tests will throw an NSException on Darwin which would be normally be
12641266 // modelled by a fatalError() or other hard failure, however since most of these functions
12651267 // are throwable, an NSError is thrown instead which is more useful.
@@ -1398,6 +1400,7 @@ class TestFileManager : XCTestCase {
13981400
13991401 // Not Implemented - XCTAssertNil(fm.componentsToDisplay(forPath: ""))
14001402 // Not Implemented - XCTAssertEqual(fm.displayName(atPath: ""), "")
1403+ #endif // os(Windows)
14011404 }
14021405
14031406 func test_getRelationship( ) throws {
You can’t perform that action at this time.
0 commit comments