Skip to content

Commit 06bca8c

Browse files
committed
Check that tests are failing in CI
1 parent 4300ab1 commit 06bca8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/kosli/attestSonar_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,6 @@ func (suite *AttestSonarQubeCommandTestSuite) TestAttestSonarQubeCmd() {
282282
// In order for 'go test' to run this suite, we need to create
283283
// a normal test function and pass our suite to suite.Run
284284
func TestAttestSonarCommandTestSuite(t *testing.T) {
285-
//suite.Run(t, new(AttestSonarCommandTestSuite)) // Commented out since they currently fail Tore Hagen 2025.09.30
285+
suite.Run(t, new(AttestSonarCommandTestSuite))
286286
suite.Run(t, new(AttestSonarQubeCommandTestSuite))
287287
}

0 commit comments

Comments
 (0)