Skip to content

Commit fb990b0

Browse files
committed
Disable CasesPublicAPITest completely for train builds
1 parent 6810745 commit fb990b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,10 @@ if (build_snapshot_train) {
176176
exclude '**/*LFTest*'
177177
exclude '**/*StressTest*'
178178
exclude '**/*scheduling*'
179-
exclude '**/*scheduling*'
180179
exclude '**/*Timeout*'
181180
exclude '**/*definitely/not/kotlinx*'
182181
// Disable because of KT-11567 in 1.4
183-
exclude '**/*CasesPublicAPITest.companions*'
182+
exclude '**/*CasesPublicAPITest*'
184183
}
185184
}
186185

0 commit comments

Comments
 (0)