We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b7f07 commit f137cd9Copy full SHA for f137cd9
pkg/networkservice/chains/nsmgr/heal_test.go
@@ -913,6 +913,7 @@ func TestNSMGR_RefreshFailed_ControlPlaneBroken(t *testing.T) {
913
}
914
915
func TestNSMGRHealEndpoint_CustomReselectFunc(t *testing.T) {
916
+ t.Skip()
917
t.Cleanup(func() { goleak.VerifyNone(t) })
918
ctx, cancel := context.WithTimeout(context.Background(), timeout)
919
0 commit comments