Skip to content

Commit

Permalink
Reduce the number of Gradle versions we test to stay under 50 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
big-guy committed Oct 15, 2020
1 parent 0ac91fd commit 38a43ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import spock.lang.Unroll
* In-depth testing of user guide samples.
*/
abstract class InDepthUserGuideSamplesIntegrationTest extends Specification {
protected static final String[] VERSIONS_UNDER_TEST = ["5.1.1", "5.2.1", "5.5.1", "5.6.4", "6.0.1", "6.1.1", "6.3", "6.6.1"]
protected static final String[] VERSIONS_UNDER_TEST = ["5.1.1", "5.2.1", "5.5.1", "5.6.4", "6.0.1", "6.6.1"]

@Rule
Sample sample = Sample.from("src/docs/samples")
Expand Down

0 comments on commit 38a43ed

Please sign in to comment.