Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions internal/temporalcli/commands.worker.deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,10 @@ func (s *SharedServerSuite) TestCreateWorkerDeploymentVersion_EmptyComputeConfig
}

func (s *SharedServerSuite) TestCreateWorkerDeploymentVersion_Errors() {
// Keep the fake AWS validation case local; otherwise the SDK tries EC2 IMDS
// during credential resolution and waits on network retries.
s.T().Setenv("AWS_EC2_METADATA_DISABLED", "true")

deploymentName := uuid.NewString()
taskQueue := uuid.NewString()

Expand Down
Loading