Skip to content

Commit 04b0322

Browse files
committed
remove ginkgo leftovers
On-behalf-of: @SAP [email protected]
1 parent 4758a9c commit 04b0322

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ linters:
66
enable:
77
- copyloopvar
88
- errcheck
9-
- ginkgolinter
109
- goconst
1110
- gocyclo
1211
- govet

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test: fmt vet ## Run tests.
6666
# Utilize Kind or modify the e2e tests to load the image locally, enabling compatibility with other vendors.
6767
.PHONY: test-e2e # Run the e2e tests against a Kind k8s instance that is spun up.
6868
test-e2e:
69-
go test ./test/e2e/ -v -ginkgo.v
69+
go test ./test/e2e/ -v
7070

7171
.PHONY: lint
7272
lint: golangci-lint ## Run golangci-lint linter.

0 commit comments

Comments
 (0)