Fix flaky React Testing Library tests in Spaces/Security #108061
Labels
chore
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
The Spaces and Security plugins have several unit tests that utilize React Testing Library (
@testing-library/react
), but they have been skipped due to flaky behavior.Existing issues:
These tests run fine locally, but they frequently time out when running in the CI environment. Need to investigate what to do to prevent them from timing out in CI (perhaps an alternate Jest config?)
The text was updated successfully, but these errors were encountered: