Skip to content

Commit daf8502

Browse files
committed
Disable binary compatibility tests in snapshot trains
1 parent 8f6c03a commit daf8502

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ if (build_snapshot_train) {
145145
allprojects {
146146
tasks.withType(Test).all {
147147
exclude '**/*LinearizabilityTest*'
148+
exclude '**/*PublicApiTest*' // KT-30956
148149
exclude '**/*LFTest*'
149150
exclude '**/*StressTest*'
150151
exclude '**/*scheduling*'

0 commit comments

Comments
 (0)