opencontainers / runc

CLI tool for spawning and running containers according to the OCI specification
https://www.opencontainers.org/
Apache License 2.0
11.58k stars 2.06k forks source link

tests/int/scheduler: require smp #4298

Closed kolyshkin closed 1 month ago

kolyshkin commented 1 month ago

This test case fails when there's a single CPU. Fix this by adding "require smp".

While at it, document the test case and add a FIXME to maybe remove this test later.