Skip to content

Commit

Permalink
unskip some tests
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Jul 28, 2024
1 parent f74eb24 commit 1586d35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/networkservice/chains/nsmgr/single_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ func createAuthorizedEndpoint(ctx context.Context, t *testing.T, ns string, nsmg
}

func Test_RestartDuringRefresh(t *testing.T) {
t.Skip()
t.Cleanup(func() { goleak.VerifyNone(t) })
var ctx, cancel = context.WithTimeout(context.Background(), time.Second*15)
defer cancel()
Expand Down

0 comments on commit 1586d35

Please sign in to comment.