Skip to content

Commit 13501f2

Browse files
committed
Try to fix windows build flake by disabling caching
1 parent 8f8a36f commit 13501f2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

jetbrains-rider/build.gradle.kts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ tasks.test {
281281
useTestNG()
282282
environment("LOCAL_ENV_RUN", true)
283283
maxHeapSize = "1024m"
284+
285+
outputs.cacheIf { false }
284286
}
285287

286288
tasks.integrationTest {
@@ -291,11 +293,4 @@ tasks.integrationTest {
291293
// test detection is broken for tests inheriting from JB test framework: https://youtrack.jetbrains.com/issue/IDEA-278926
292294
setScanForTestClasses(false)
293295
include("**/*Test.class")
294-
295-
ciOnly {
296-
// disable retries so that logs aren't overwritten
297-
retry {
298-
maxRetries.set(0)
299-
}
300-
}
301296
}

0 commit comments

Comments
 (0)