fix: remove parallel execution from TestFetchIndexFallbackHTTP for consistent test behavior

This commit is contained in:
GitHub Actions
2026-02-17 05:37:34 +00:00
parent 2a355d1c8c
commit ab2b49667d
@@ -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)