Disable cleaner tests
diff --git a/kotlin-native/backend.native/tests/runtime/basic/cleaner_basic.kt b/kotlin-native/backend.native/tests/runtime/basic/cleaner_basic.kt
index 9122240..a2e74ad 100644
--- a/kotlin-native/backend.native/tests/runtime/basic/cleaner_basic.kt
+++ b/kotlin-native/backend.native/tests/runtime/basic/cleaner_basic.kt
@@ -199,6 +199,7 @@
 }
 
 @Test
+@Ignore // TODO: Fix for the new MM. Last assert is wrong for the new MM.
 fun testCleanerCleansWithoutGC() {
     val called = AtomicBoolean(false);
     var funBoxWeak: WeakReference<FunBox>? = null