From a651ba864c1456005f7a9b76151525cc10d0f1cf Mon Sep 17 00:00:00 2001 From: sky5454 Date: Tue, 31 Mar 2026 10:07:49 +0800 Subject: [PATCH] fix(ci): retry ci --- pkg/updater/updater_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/updater/updater_test.go b/pkg/updater/updater_test.go index af6c3ca5b..1cfd46477 100644 --- a/pkg/updater/updater_test.go +++ b/pkg/updater/updater_test.go @@ -49,7 +49,6 @@ func TestDownloadAndExtractRelease_RealPlatforms(t *testing.T) { apiURL := GetProdReleaseAPIURL() for _, c := range combos { t.Run(c.platform+"_"+c.arch, func(t *testing.T) { - // allow these subtests to run sequentially (network heavy) assetURL, err := findAssetURL(apiURL, c.platform, c.arch) if err != nil { t.Fatalf("findAssetURL error for %s/%s: %v", c.platform, c.arch, err)