Skip to content

Commit 63fcbfb

Browse files
LouisCADqwwdfsad
authored andcommitted
Remove no longer needed tests excludes
These exclusions are obsolete since Kotlin 1.3.40. Resolves #1405
1 parent ed97260 commit 63fcbfb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,10 @@ if (build_snapshot_train) {
147147
allprojects {
148148
tasks.withType(Test).all {
149149
exclude '**/*LinearizabilityTest*'
150-
exclude '**/*PublicApiTest*' // KT-30956
151150
exclude '**/*LFTest*'
152151
exclude '**/*StressTest*'
153152
exclude '**/*scheduling*'
154153
exclude '**/*Timeout*'
155-
exclude '**/*coroutines/debug*' // Unmute after 1.3.31 where inlining was fixed
156154
exclude '**/*definitely/not/kotlinx*'
157155
}
158156
}

0 commit comments

Comments
 (0)