Skip to content

Commit

Permalink
ignore scorecard tests for now
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
  • Loading branch information
everettraven committed Jul 31, 2023
1 parent 5dfc984 commit 4db99ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/e2e/ansible/scorecard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ package e2e_ansible_test

import (
. "github.com/onsi/ginkgo/v2"

Check failure on line 18 in test/e2e/ansible/scorecard_test.go

View workflow job for this annotation

GitHub Actions / sanity

imported and not used: "github.com/onsi/ginkgo/v2" (typecheck)

Check failure on line 18 in test/e2e/ansible/scorecard_test.go

View workflow job for this annotation

GitHub Actions / e2e

imported and not used: "github.com/onsi/ginkgo/v2"

"github.com/operator-framework/ansible-operator-plugins/test/common"
)

var _ = Describe("scorecard", common.ScorecardSpec(&tc, "ansible"))
// For now don't run Scorecard tests
// var _ = Describe("scorecard", common.ScorecardSpec(&tc, "ansible"))

0 comments on commit 4db99ac

Please sign in to comment.