File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,12 @@ test:
8787# Run conformance tests against controller implementation
8888.PHONY : conformance
8989conformance :
90- go test ${GO_TEST_FLAGS} -v ./conformance -args ${CONFORMANCE_FLAGS}
90+ go test ${GO_TEST_FLAGS} -v ./conformance -run TestConformance - args ${CONFORMANCE_FLAGS}
9191
9292# Run experimental conformance tests against controller implementation
9393.PHONY : conformance.experimental
9494conformance.experimental :
95- go test ${GO_TEST_FLAGS} --tags experimental - v ./conformance -run TestExperimentalConformance -args ${CONFORMANCE_FLAGS}
95+ go test ${GO_TEST_FLAGS} -v ./conformance -run TestExperimentalConformance -args ${CONFORMANCE_FLAGS}
9696
9797# Install CRD's and example resources to a pre-existing cluster.
9898.PHONY : install
You can’t perform that action at this time.
0 commit comments