Skip to content

Commit

Permalink
Fix assert for multi-cluster test (#3481)
Browse files Browse the repository at this point in the history
  • Loading branch information
IshwarKanse authored Nov 21, 2024
1 parent a6672cd commit 5cab636
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/e2e-openshift/multi-cluster/04-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ metadata:
name: generate-traces-http
namespace: chainsaw-multi-cluster-send
status:
conditions:
- status: "True"
type: Complete
succeeded: 1

---
apiVersion: batch/v1
Expand All @@ -15,6 +13,4 @@ metadata:
name: generate-traces-grpc
namespace: chainsaw-multi-cluster-send
status:
conditions:
- status: "True"
type: Complete
succeeded: 1

0 comments on commit 5cab636

Please sign in to comment.