File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Tests/SwiftDocCTests/Indexing Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1129,8 +1129,13 @@ Root
1129
1129
XCTAssertEqual ( PageType ( symbolKind: " intfopfunc " ) , PageType ( symbolKind: " func.op " ) )
1130
1130
XCTAssertEqual ( PageType ( symbolKind: " intftdef " ) , PageType ( symbolKind: " associatedtype " ) )
1131
1131
}
1132
-
1133
- func testNavigatorIndexOnReadOnlyFilesystem( ) throws {
1132
+
1133
+ // rdar://84986427
1134
+ // Mounting and unmounting the dmg creates noise on the bots when it fails.
1135
+ // If the test fails before unmounting, the resource is leaked.
1136
+ // This is currently the only test mounting anything, but with tests running
1137
+ // in parallel, this could cause collisions.
1138
+ func skip_testNavigatorIndexOnReadOnlyFilesystem( ) throws {
1134
1139
#if os(macOS)
1135
1140
// To verify we're able to open a read-only index, we need to mount a small DMG in read-only mode.
1136
1141
let dmgPath = Bundle . module. url (
You can’t perform that action at this time.
0 commit comments