diff --git a/backend/internal/crowdsec/hub_sync_test.go b/backend/internal/crowdsec/hub_sync_test.go index 1a51937f..e35a8dc1 100644 --- a/backend/internal/crowdsec/hub_sync_test.go +++ b/backend/internal/crowdsec/hub_sync_test.go @@ -96,7 +96,6 @@ func TestFetchIndexFallbackHTTP(t *testing.T) { if testing.Short() { t.Skip("Skipping network I/O test in short mode") } - t.Parallel() exec := &recordingExec{errors: map[string]error{"cscli hub list -o json": fmt.Errorf("boom")}} cacheDir := t.TempDir() svc := NewHubService(exec, nil, cacheDir)