Skip to content

Commit d48cee6

Browse files
committed
Do not cache E2E tests
It can happen when executing e2e tests from cron on CI: > Task :e2eTest FROM-CACHE
1 parent 762c75d commit d48cee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ tasks {
229229
group = "Verification"
230230
testClassesDirs = e2eTest.output.classesDirs
231231
classpath = e2eTest.runtimeClasspath
232+
outputs.doNotCacheIf("E2E tests verifies the integration with external system") { true }
232233
// Pass E2E releasing properties to tests.
233234
// Prefer environment variables which are not displayed with --info
234235
// (unless non CI friendly properties with "." are used).

0 commit comments

Comments
 (0)