Skip to content

Commit

Permalink
fix: Temporarily disable test TestDeleteUsedCIDIsRecreated
Browse files Browse the repository at this point in the history
Temporary fix for cilium#35135

Signed-off-by: Dorde Lapcevic <[email protected]>
  • Loading branch information
dlapcevic authored and joestringer committed Oct 1, 2024
1 parent 40e0d8c commit 181146e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions operator/pkg/ciliumidentity/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ func TestUpdateUsedCIDIsReverted(t *testing.T) {
}

func TestDeleteUsedCIDIsRecreated(t *testing.T) {
t.Skip("test disabled, see https://github.com/cilium/cilium/issues/35135")

ns1 := testCreateNSObj("ns1", nil)
pod1 := testCreatePodObj("pod1", "ns1", testLbsC, nil)
cid1 := testCreateCIDObjNs("1000", pod1, ns1)
Expand Down

0 comments on commit 181146e

Please sign in to comment.