Skip to content

Commit f0d2e13

Browse files
committed
Disables Cache for e2e Tests
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
1 parent ef43e0d commit f0d2e13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test: vet;$(info $(M)...Begin to run integration tests.) @ ## Run integration t
5858
# Run e2e tests
5959
.PHONY: test-e2e
6060
test-e2e: vet;$(info $(M)...Begin to run e2e tests.) @ ## Run e2e tests.
61-
go test -v ./test/e2e/...
61+
go test -v -count=1 ./test/e2e/...
6262

6363
# Run integration and e2e tests
6464
.PHONY: test-all

0 commit comments

Comments
 (0)