Skip to content

Commit d5dda78

Browse files
committed
Disable a different test on Linux (ugh)
1 parent 06737b3 commit d5dda78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/JavaKitTests/BasicRuntimeTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ class BasicRuntimeTests: XCTestCase {
8080
}
8181

8282
func testClassInstanceLookup() throws {
83+
if isLinux {
84+
throw XCTSkip("Attempts to refcount a null pointer on Linux")
85+
}
86+
8387
let environment = try jvm.environment()
8488

8589
do {

0 commit comments

Comments
 (0)