Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ResponseOps] Fix for flaky task state validation jest integration te…
…st (#181206) Resolves #164032 ## Summary This PR unskips a flaky test caused by a race condition with a TM health status log. We use a regex to find the log we care about instead of just comparing the first log to the expected message. ### To verify - Run the following command to run the test, and verify that it passes ``` node scripts/jest_integration.js x-pack/plugins/task_manager/server/integration_tests/task_state_validation.test.ts ```
- Loading branch information