Skip to content

Commit

Permalink
Disable zypper repos on suse step-by-step e2e tests (#26641)
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezz authored and Yumasi committed Jun 12, 2024
1 parent 35fe6f1 commit 8749cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/network/tracer/tracer_usm_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,7 @@ func testRedisProtocolClassification(t *testing.T, tr *Tracer, clientHost, targe
}

func testTLSRedisProtocolClassification(t *testing.T, tr *Tracer, clientHost, targetHost, serverHost string) {
t.Skip("TLS+Redis classification tests are flaky")
testRedisProtocolClassificationInner(t, tr, clientHost, targetHost, serverHost, protocolsUtils.TLSEnabled)
}

Expand Down

0 comments on commit 8749cc0

Please sign in to comment.