Fix linting issues warning incorrect t.Parallel() calls

This commit is contained in:
Juan Font Alonso
2022-11-28 19:07:29 +01:00
parent eb072a1a74
commit 68345daaa4
2 changed files with 0 additions and 4 deletions

View File

@@ -124,7 +124,6 @@ func TestPingAllByHostname(t *testing.T) {
func TestTaildrop(t *testing.T) {
IntegrationSkip(t)
t.Parallel()
retry := func(times int, sleepInverval time.Duration, doWork func() error) error {
var err error