We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0125c4c commit 7048f1eCopy full SHA for 7048f1e
spock-specs/specs.gradle
@@ -74,13 +74,15 @@ tasks.named("test", Test) {
74
}
75
76
if (isCiServer) {
77
- retry {
78
- maxRetries = 2
79
- maxFailures = 20
80
-
81
- filter {
82
- includeAnnotationClasses.add("spock.lang.Timeout")
83
- includeAnnotationClasses.add("spock.lang.Isolated")
+ develocity {
+ testRetry {
+ maxRetries = 2
+ maxFailures = 20
+
+ filter {
+ includeAnnotationClasses.add("spock.lang.Timeout")
84
+ includeAnnotationClasses.add("spock.lang.Isolated")
85
+ }
86
87
88
0 commit comments