Skip to content

Commit 2f94ff2

Browse files
undo
Signed-off-by: Ramon Petgrave <[email protected]>
1 parent db1b43a commit 2f94ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/slsa-verifier/main_regression_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ func Test_runVerifyGHAArtifactPath(t *testing.T) {
527527
tt := tt // Re-initializing variable so it is not changed while executing the closure below
528528
t.Run(tt.name, func(t *testing.T) {
529529
// Avoid rate limiting by not running the tests in parallel.
530-
t.Parallel()
530+
// t.Parallel()
531531
checkVersions := getBuildersAndVersions(t, "v1.2.2", tt.builders, GHA_ARTIFACT_PATH_BUILDERS)
532532
if tt.noversion {
533533
checkVersions = []string{""}

0 commit comments

Comments
 (0)