mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-24 12:43:56 +00:00
TestKMSv2ProviderKeyIDStaleness runs two tests which both modify kmsv2.NowFunc temporarily. Those two cannot run in parallel. They can be run in parallel with other tests because nothing else changes kmsv2.NowFunc. Found during local testing.