Skip to content

Commit 858c792

Browse files
Ignore crashing test case for temporarily
1 parent 94b6b1b commit 858c792

File tree

1 file changed

+3
-0
lines changed
  • IntegrationTests/JavaScriptKitExec/Sources/JavaScriptKitExec

1 file changed

+3
-0
lines changed

IntegrationTests/JavaScriptKitExec/Sources/JavaScriptKitExec/main.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@ Host_Function_Registration: do {
153153
}
154154

155155
try expectEqual(hostFunc2(3), .number(6))
156+
// FIXME: Crash with latest toolchain
157+
/*
156158
_ = try expectString(hostFunc2(true))
159+
*/
157160
} catch {
158161
print(error)
159162
}

0 commit comments

Comments
 (0)