Skip to content

Commit 4a8f5de

Browse files
committed
chore: removed experimental tag from Makefile
Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
1 parent 8ab4e18 commit 4a8f5de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ test:
8787
# Run conformance tests against controller implementation
8888
.PHONY: conformance
8989
conformance:
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
9494
conformance.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

0 commit comments

Comments
 (0)