Skip to content

Commit aa60a37

Browse files
committed
Don't skip coreLoadErrors on Linux
Whatever toolchain issue caused this to originally be skipped is no longer present.
1 parent 9bbfd45 commit aa60a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SWBCoreTests/CoreTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ import SWBServiceCore
315315
#expect(buildSystemSpec != nil)
316316
}
317317

318-
@Test(.skipHostOS(.linux, "#expect(core == nil) crashes on Linux"))
318+
@Test
319319
func coreLoadErrors() async throws {
320320
// Validate that the core fails if there are loading errors.
321321
try await withTemporaryDirectory { tmpDirPath in

0 commit comments

Comments
 (0)