Skip to content

Commit

Permalink
fix e2e test (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Milica-Cvrkota-IBM authored Feb 4, 2025
1 parent ef8adb0 commit 702528f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ test: gen-mocks manifests generate fmt vet lint envtest ## Run tests but ignore

.PHONY: e2e
e2e:
go test -timeout=20m -count=1 -v github.com/instana/instana-agent-operator/e2e
go test -timeout=20m -count=1 -failfast -v github.com/instana/instana-agent-operator/e2e

##@ Build

Expand Down
2 changes: 1 addition & 1 deletion e2e/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestUpdateInstall(t *testing.T) {
}
return ctx
}).
Setup(WaitForDeploymentToBecomeReady(InstanaOperatorOldDeploymentName)). //TODO: revert after the 2.1.15 release
Setup(WaitForDeploymentToBecomeReady(InstanaOperatorDeploymentName)).
Setup(DeployAgentCr(&agent)).
Assess("wait for k8sensor deployment to become ready", WaitForDeploymentToBecomeReady(K8sensorDeploymentName)).
Assess("wait for agent daemonset to become ready", WaitForAgentDaemonSetToBecomeReady()).
Expand Down

0 comments on commit 702528f

Please sign in to comment.