mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 22:40:35 +00:00
This avoids the risk of having a slow test started towards the end of a run, which then would cause the run to take longer. When started early they can run in parallel to other tests. In serial runs it doesn't matter. The implementation maps the Slow label to the new ginkgo.SpecPriority. The default is 0. Tests with priority 1 run first.