Skip to content

Commit

Permalink
Ignore nodeJs and d8 tests before migrating to K2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbogdanova authored and woainikk committed Sep 4, 2024
1 parent 2837314 commit 724d654
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package kotlinx.benchmark.integration

import org.junit.Test
import kotlin.test.Ignore

class WasmGcOptionsTest : GradleTest() {
@Test
@Ignore("Will be fixed in master, remove @Ignore after migration to 2.0")
fun nodeJs() {
// The test uses Kotlin 1.9.24 as previous versions
// would append the --experimental-wasm-gc flag causing run failures.
Expand All @@ -14,6 +16,7 @@ class WasmGcOptionsTest : GradleTest() {
}

@Test
@Ignore("Will be fixed in master, remove @Ignore after migration to 2.0")
fun d8() {
// The test uses Kotlin 1.9.24 as previous versions
// would append the --experimental-wasm-gc flag causing run failures.
Expand Down

0 comments on commit 724d654

Please sign in to comment.