We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4159636 commit f6d5dbaCopy full SHA for f6d5dba
make/test-integration.mk
@@ -25,7 +25,7 @@ test-e2e-integration:
25
# ```
26
# KUSTOMIZE_INSTALLS=akash-operator-inventory make kube-cluster-setup-e2e
27
28
- $(KIND_VARS) $(INTEGRATION_VARS) $(GO_TEST) -count=1 -p 4 -tags "e2e" -v ./integration/... -run TestIntegrationTestSuite/TestE2EDeploymentCreateProviderShutdown -timeout 3000s
+ $(KIND_VARS) $(INTEGRATION_VARS) $(GO_TEST) -count=1 -p 4 -tags "e2e" -v ./integration/... -run TestIntegrationTestSuite -timeout 3000s
29
30
.PHONY: test-e2e-integration-k8s
31
test-e2e-integration-k8s:
0 commit comments