Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/e2e/e2e_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ import (

. "github.com/onsi/ginkgo/v2" //nolint:revive // Dot import is standard for Ginkgo
. "github.com/onsi/gomega" //nolint:revive // Dot import is standard for Gomega
"github.com/onsi/gomega/format"
)

// Run e2e tests using the Ginkgo runner.
func TestE2E(t *testing.T) {
format.MaxLength = 0
RegisterFailHandler(Fail)
_, _ = fmt.Fprintf(GinkgoWriter, "Starting automotive-dev-operator suite\n")
RunSpecs(t, "e2e suite")
Expand Down
Loading
Loading