File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1258,8 +1258,10 @@ class TestFileManager : XCTestCase {
1258
1258
#endif // !os(Android)
1259
1259
#endif // !DEPLOYMENT_RUNTIME_OBJC
1260
1260
1261
- func test_emptyFilename( ) {
1262
-
1261
+ func test_emptyFilename( ) throws {
1262
+ #if os(Windows)
1263
+ throw XCTSkip ( " This test is disabled while we investigate why it's failing on Windows. " )
1264
+ #else
1263
1265
// Some of these tests will throw an NSException on Darwin which would be normally be
1264
1266
// modelled by a fatalError() or other hard failure, however since most of these functions
1265
1267
// are throwable, an NSError is thrown instead which is more useful.
@@ -1398,6 +1400,7 @@ class TestFileManager : XCTestCase {
1398
1400
1399
1401
// Not Implemented - XCTAssertNil(fm.componentsToDisplay(forPath: ""))
1400
1402
// Not Implemented - XCTAssertEqual(fm.displayName(atPath: ""), "")
1403
+ #endif // os(Windows)
1401
1404
}
1402
1405
1403
1406
func test_getRelationship( ) throws {
You can’t perform that action at this time.
0 commit comments