Skip to content

Commit 18262a0

Browse files
committed
Validate & checksum downloaded artifacts
1 parent fc455fc commit 18262a0

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/test/groovy/sdkman/cucumber/RunCukeTests.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import org.junit.runner.RunWith
99
strict = true,
1010
features = ["src/test/resources/features"],
1111
glue = ["sdkman.steps"],
12-
tags = ["not @manual", "not @review", "@checksum"]
12+
tags = ["not @manual", "not @review"]
1313
)
1414
class RunCukeTests {}

src/test/resources/features/checksum_verification.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@checksum
21
Feature: Verify checksums
32

43
Background:

src/test/resources/features/install_candidate.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@checksum
21
Feature: Install Candidate
32

43
Background:

0 commit comments

Comments
 (0)