[K/N] Support ignoring test with legacy mm

This commit is contained in:
Pavel Kunyavskiy
2023-03-06 11:32:04 +01:00
committed by Space Team
parent 0f589dac34
commit 0506d39d8a
3 changed files with 11 additions and 7 deletions
@@ -23,6 +23,7 @@ enum class TargetBackend(
ANDROID(false, JVM),
ANDROID_IR(true, JVM_IR),
NATIVE(true),
NATIVE_WITH_LEGACY_MM(true, NATIVE),
JVM_WITH_OLD_EVALUATOR(false),
JVM_IR_WITH_OLD_EVALUATOR(true),
JVM_WITH_IR_EVALUATOR(false),