diff --git a/build.gradle b/build.gradle index 4bccce7a69..c05c07afc0 100644 --- a/build.gradle +++ b/build.gradle @@ -147,12 +147,10 @@ if (build_snapshot_train) { allprojects { tasks.withType(Test).all { exclude '**/*LinearizabilityTest*' - exclude '**/*PublicApiTest*' // KT-30956 exclude '**/*LFTest*' exclude '**/*StressTest*' exclude '**/*scheduling*' exclude '**/*Timeout*' - exclude '**/*coroutines/debug*' // Unmute after 1.3.31 where inlining was fixed exclude '**/*definitely/not/kotlinx*' } }