Skip to content

Commit 72122c6

Browse files
committed
Drop dependency on build step for contrib kcp e2e tests
Signed-off-by: Nelo-T. Wallus <red.brush9525@fastmail.com> Signed-off-by: Nelo-T. Wallus <n.wallus@sap.com>
1 parent b7ecb5e commit 72122c6

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
@@ -286,7 +286,7 @@ CONTRIBS_E2E := $(patsubst %,test-e2e-contrib-%,$(CONTRIBS))
286286

287287
.PHONY: test-e2e-contribs $(CONTRIBS_E2E)
288288
test-e2e-contribs: $(CONTRIBS_E2E) ## Run e2e tests for external integrations
289-
test-e2e-contrib-kcp: build $(DEX) $(KCP)
289+
test-e2e-contrib-kcp: $(DEX) $(KCP)
290290
$(CONTRIBS_E2E):
291291
cd contrib/$(patsubst test-e2e-contrib-%,%,$@) && $(GO_TEST) -race -count $(COUNT) -p $(E2E_PARALLELISM) -parallel $(E2E_PARALLELISM) ./test/e2e/...
292292

0 commit comments

Comments
 (0)