Dapr sample tests are failing at waiting for pods to be ready step after app deployment.
kubectl wait --for=condition=Ready pod -l "radapp.io/application=dapr" -n "default-dapr" --timeout=5m
pod/backend-5bd4c5745b-656mp condition met
pod/frontend-f4678fd54-2p6z5 condition met
error: timed out waiting for the condition on pods/backend-749f6f94db-9dpr2
Error: Process completed with exit code 1.
AB#10402
Dapr sample tests are failing at waiting for pods to be ready step after app deployment.
kubectl wait --for=condition=Ready pod -l "radapp.io/application=dapr" -n "default-dapr" --timeout=5m
AB#10402