diff --git a/nodebuilder/tests/swamp/swamp.go b/nodebuilder/tests/swamp/swamp.go index 28dcfa5388..3578698622 100644 --- a/nodebuilder/tests/swamp/swamp.go +++ b/nodebuilder/tests/swamp/swamp.go @@ -126,7 +126,6 @@ func (s *Swamp) WaitTillHeight(ctx context.Context, height int64) libhead.Hash { for { select { case <-ctx.Done(): - require.NoError(s.t, ctx.Err()) case <-t.C: latest, err := s.ClientContext.LatestHeight() require.NoError(s.t, err)