Skip to content

Commit

Permalink
Use t.Skip() instead of Pending
Browse files Browse the repository at this point in the history
Signed-off-by: Sridhar Gaddam <[email protected]>
  • Loading branch information
sridhargaddam committed Jan 24, 2025
1 parent 1fc6b09 commit aa2ba2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion controllers/ztunnel/ztunnel_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,9 @@ func TestDetermineReadyCondition(t *testing.T) {
}
}

func PTestApplyImageDigests(t *testing.T) {
func TestApplyImageDigests(t *testing.T) {
t.Skip("https://github.com/istio-ecosystem/sail-operator/issues/581")

testCases := []struct {
name string
config config.OperatorConfig
Expand Down

0 comments on commit aa2ba2b

Please sign in to comment.