mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
The test started without waiting for the ResourceSlice informer to have synced. As a result, the "CEL-runtime-error-for-one-of-three-nodes" test case failed randomly with a very low flake rate (less than 1% in local runs) because CEL expressions never got evaluated due to not having the slices (yet). Other tests also were less reliable, but not known to fail.