[K/N] Disable gcStats test with noop gc

This commit is contained in:
Pavel Kunyavskiy
2022-11-25 14:59:36 +01:00
committed by Space Team
parent 066677b598
commit def98f83ac
@@ -3430,7 +3430,7 @@ standaloneTest("leakMemoryWithTestRunner") {
standaloneTest("gcStats") {
source = "runtime/memory/gcStats.kt"
flags = ['-tr', "-Xbinary=gcSchedulerType=disabled"]
enabled = isExperimentalMM
enabled = isExperimentalMM && !isNoopGC && !isAggressiveGC
}
standaloneTest("stress_gc_allocations") {