Skip to content

Commit 642989e

Browse files
committed
Disable companions test in binary-compatibility-validation in train builds (KT-11567)
1 parent 3d59fef commit 642989e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,11 @@ if (build_snapshot_train) {
176176
exclude '**/*LFTest*'
177177
exclude '**/*StressTest*'
178178
exclude '**/*scheduling*'
179+
exclude '**/*scheduling*'
179180
exclude '**/*Timeout*'
180181
exclude '**/*definitely/not/kotlinx*'
182+
// Disable because of KT-11567 in 1.4
183+
exclude '**/*CasesPublicAPITest.companions*'
181184
}
182185
}
183186

0 commit comments

Comments
 (0)