Skip to content

Commit

Permalink
Remove no longer needed tests excludes
Browse files Browse the repository at this point in the history
These exclusions are obsolete since Kotlin 1.3.40.
Resolves #1405
  • Loading branch information
LouisCAD authored and qwwdfsad committed Aug 4, 2019
1 parent ed97260 commit 63fcbfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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*'
}
}
Expand Down

0 comments on commit 63fcbfb

Please sign in to comment.