mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-17 22:39:53 +02:00
Fix linting issues warning incorrect t.Parallel() calls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user