Skip to content

Commit

Permalink
Merge pull request #150 from richardcase/fix_full_e2e
Browse files Browse the repository at this point in the history
fix: full e2e test failure
  • Loading branch information
richardcase committed Sep 27, 2023
2 parents 2bc2584 + 19f2cdc commit bd89057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SKIP_RESOURCE_CLEANUP ?= false
USE_EXISTING_CLUSTER ?= false
ISOLATED_MODE ?= false
GINKGO_NOCOLOR ?= false
GINKGO_LABEL_FILTER ?= "short || full"
GINKGO_LABEL_FILTER ?= short || full

# to set multiple ginkgo skip flags, if any
ifneq ($(strip $(GINKGO_SKIP)),)
Expand Down

0 comments on commit bd89057

Please sign in to comment.