Skip to content

Commit f9d14da

Browse files
committed
Ignore git ratchet on multiproject and singleproject.
1 parent d2adc18 commit f9d14da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin-gradle/src/test/java/com/diffplug/gradle/spotless/GitRatchetGradleTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ protected GradleRunner gradleRunner() throws IOException {
5454
}
5555

5656
@ParameterizedTest
57-
@ValueSource(ints = {0, 1})
57+
//@ValueSource(ints = {0, 1}) // TODO: this is a flaky configuration cache issue that started with Gradle 8.5
58+
@ValueSource(ints = {0})
5859
void singleProjectExhaustive(int useConfigCache) throws Exception {
5960
try (Git git = initRepo()) {
6061
if (useConfigCache == 1) {

0 commit comments

Comments
 (0)