Skip to content

Commit a46f44b

Browse files
committed
fix broken test after previous changes
- behaviour change caused by db753ed and afcbb6a - GRADLE-2827 appears to be fixed now +review REVIEW-5623
1 parent afcbb6a commit a46f44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/launcher/src/integTest/groovy/org/gradle/launcher/continuous/ArchivesContinuousIntegrationTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class ArchivesContinuousIntegrationTest extends Java7RequiringContinuousIntegrat
6464

6565
then:
6666
succeeds()
67-
skipped(":zip") // GRADLE-2827 - current behaviour, not desired
67+
executedAndNotSkipped(":zip")
6868
}
6969

7070
@Unroll

0 commit comments

Comments
 (0)