File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
integration/src/test/kotlin/kotlinx/benchmark/integration Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 11package kotlinx.benchmark.integration
22
33import org.junit.Test
4+ import kotlin.test.Ignore
45
56class WasmGcOptionsTest : GradleTest () {
67 @Test
8+ @Ignore(" Will be fixed in master, remove @Ignore after migration to 2.0" )
79 fun nodeJs () {
810 // The test uses Kotlin 1.9.24 as previous versions
911 // would append the --experimental-wasm-gc flag causing run failures.
@@ -14,6 +16,7 @@ class WasmGcOptionsTest : GradleTest() {
1416 }
1517
1618 @Test
19+ @Ignore(" Will be fixed in master, remove @Ignore after migration to 2.0" )
1720 fun d8 () {
1821 // The test uses Kotlin 1.9.24 as previous versions
1922 // would append the --experimental-wasm-gc flag causing run failures.
You can’t perform that action at this time.
0 commit comments