test(path): Optimize unit test execution results

This commit is contained in:
Flc゛ 2024-03-12 14:32:26 +08:00
parent 37a3a17959
commit a136e90420

View File

@ -83,7 +83,6 @@ func TestPathCleanMallocs(t *testing.T) {
if runtime.GOMAXPROCS(0) > 1 { if runtime.GOMAXPROCS(0) > 1 {
t.Skip("skipping malloc count; GOMAXPROCS>1") t.Skip("skipping malloc count; GOMAXPROCS>1")
return
} }
for _, test := range cleanTests { for _, test := range cleanTests {