Closed sebrandon1 closed 1 month ago
TestEvaluateAPICompliance seemed to be flaky when comparing expected vs actual.
I removed the ElementsMatch assertions and just swapped it for searching through the slices manually.
ElementsMatch
from change https://github.com/redhat-best-practices-for-k8s/certsuite/pull/2430:
TestEvaluateAPICompliance seemed to be flaky when comparing expected vs actual.
I removed the
ElementsMatch
assertions and just swapped it for searching through the slices manually.