Skip to content

Commit

Permalink
fixed TestMonitorProtocolFail
Browse files Browse the repository at this point in the history
  • Loading branch information
guyarb committed Dec 2, 2024
1 parent e413a0b commit cea38ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/network/usm/monitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func TestMonitorProtocolFail(t *testing.T) {
cfg.EnableGoTLSSupport = false
cfg.EnableHTTPMonitoring = true
cfg.EnableIstioMonitoring = false
cfg.EnableNativeTLSMonitoring = false

monitor, err := NewMonitor(cfg, nil)
skipIfNotSupported(t, err)
Expand Down

0 comments on commit cea38ab

Please sign in to comment.