Skip to content

Commit cd51900

Browse files
committed
rm old assertion
1 parent 1cdbcc0 commit cd51900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/bcv-gradle-plugin-functional-tests/src/functionalTest/kotlin/kotlinx/validation/test/KlibVerificationTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ internal class KlibVerificationTests : BaseKotlinGradleTest() {
431431
}
432432

433433
runner.buildAndFail {
434-
shouldHaveTaskWithOutcome(":linuxArm64ApiInfer", FAILED)
434+
// shouldHaveTaskWithOutcome(":linuxArm64ApiInfer", FAILED)
435435
output shouldContain "The target linuxArm64 is not supported by the host compiler and there are no targets similar to linuxArm64 to infer a dump from it."
436436
}
437437
}

0 commit comments

Comments
 (0)