mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 02:35:23 +03:00
15 lines
436 B
Diff
15 lines
436 B
Diff
Reason: Skip time-sensitive test which might fail on busy machines
|
|
Upstream: No
|
|
|
|
diff --git a/common/para/para_test.go b/common/para/para_test.go
|
|
index 646b7b36..af17e9b1 100644
|
|
--- a/common/para/para_test.go
|
|
+++ b/common/para/para_test.go
|
|
@@ -28,6 +28,7 @@ import (
|
|
)
|
|
|
|
func TestPara(t *testing.T) {
|
|
+ t.Skip("skip time-sensitive test")
|
|
if runtime.NumCPU() < 4 {
|
|
t.Skipf("skip para test, CPU count is %d", runtime.NumCPU())
|
|
}
|