mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-15 21:06:39 +08:00
test(path): Optimize unit test execution results
This commit is contained in:
parent
37a3a17959
commit
a136e90420
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user