File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,13 +133,13 @@ TAG?=devel
133
133
export TAG
134
134
135
135
e2e-fpga :
136
- @$(GO ) test -v ./test/e2e/... -ginkgo.v -ginkgo.progress -ginkgo.focus " FPGA Plugin"
136
+ @$(GO ) test -v ./test/e2e/... -ginkgo.v -ginkgo.progress -ginkgo.focus " FPGA Plugin" -delete-namespace-on-failure=false
137
137
138
138
e2e-qat :
139
- @$(GO ) test -v ./test/e2e/... -ginkgo.v -ginkgo.progress -ginkgo.focus " QAT plugin in DPDK mode"
139
+ @$(GO ) test -v ./test/e2e/... -ginkgo.v -ginkgo.progress -ginkgo.focus " QAT plugin in DPDK mode" -delete-namespace-on-failure=false
140
140
141
141
e2e-sgx :
142
- @$(GO ) test -v ./test/e2e/... -ginkgo.v -ginkgo.progress -ginkgo.focus " SGX"
142
+ @$(GO ) test -v ./test/e2e/... -ginkgo.v -ginkgo.progress -ginkgo.focus " SGX" -delete-namespace-on-failure=false
143
143
144
144
pre-pull :
145
145
ifeq ($(TAG ) ,devel)
You can’t perform that action at this time.
0 commit comments