Skip to content

Commit f6d5dba

Browse files
committed
chore: revert target to whole test suite
1 parent 4159636 commit f6d5dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/test-integration.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test-e2e-integration:
2525
# ```
2626
# KUSTOMIZE_INSTALLS=akash-operator-inventory make kube-cluster-setup-e2e
2727
# ```
28-
$(KIND_VARS) $(INTEGRATION_VARS) $(GO_TEST) -count=1 -p 4 -tags "e2e" -v ./integration/... -run TestIntegrationTestSuite/TestE2EDeploymentCreateProviderShutdown -timeout 3000s
28+
$(KIND_VARS) $(INTEGRATION_VARS) $(GO_TEST) -count=1 -p 4 -tags "e2e" -v ./integration/... -run TestIntegrationTestSuite -timeout 3000s
2929

3030
.PHONY: test-e2e-integration-k8s
3131
test-e2e-integration-k8s:

0 commit comments

Comments
 (0)