Skip to content

Commit

Permalink
OSSM-3248: Add reference to root issue (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
unsortedhashsets authored Oct 22, 2024
1 parent e73b360 commit c6566e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tests/ossm/bug_istiopods_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
func TestIstiodPodFailsAfterRestarts(t *testing.T) {
NewTest(t).Id("T35").Groups(Full, Disconnected, ARM).Run(func(t TestHelper) {
t.Log("Verify that Istio pod not get stuck with probes failure after restart")
t.Log("Reference: https://issues.redhat.com/browse/OSSM-2434")
t.Log("References: \n- https://issues.redhat.com/browse/OSSM-2340\n- https://issues.redhat.com/browse/OSSM-2434")
namespaces := util.GenerateStrings("test-", 50)

t.Cleanup(func() {
Expand Down

0 comments on commit c6566e3

Please sign in to comment.