Skip to content

Commit 48399e5

Browse files
tbogdanovawoainikk
authored andcommitted
Ignore nodeJs and d8 tests before migrating to K2
1 parent 5032116 commit 48399e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration/src/test/kotlin/kotlinx/benchmark/integration/WasmGcOptionsTest.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
package kotlinx.benchmark.integration
22

33
import org.junit.Test
4+
import kotlin.test.Ignore
45

56
class 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.

0 commit comments

Comments
 (0)