[Test] Mute some tests because of KT-62334

This commit is contained in:
Dmitriy Novozhilov
2023-10-05 12:08:27 +03:00
committed by Space Team
parent 3d6ec0ec75
commit 8bf4d3cbf7
10 changed files with 21 additions and 1 deletions
@@ -1,6 +1,8 @@
// TARGET_BACKEND: JVM
// JVM_TARGET: 1.8
// WITH_STDLIB
// IGNORE_BACKEND_K2: ANY
// Ignore reason: KT-62334
// FILE: javaDefaultMethod.kt
@@ -21,4 +23,4 @@ public interface J {
}
String getK();
}
}