Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Solution] Unskip
get_prebuilt_rules_status
test (elastic#…
…192160) **Addresses:** elastic#190952 and elastic#190960 ## Summary This PR unskips flaky test in `x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/management/trial_license_complete_tier/get_prebuilt_rules_status.ts`. ## Details There are troubles with reproducing the flakiness detected in elastic#190952 and elastic#190960. Build logs inspections didn't reveal anything clear. I suspect that some failures happened while prebuilt rules were being deleted by query. Existing logic handles only conflicts `409` error while the other are ignored. This PR adds extra error logging in `retryIfDeleteByQueryConflicts()` used in `deleteAllPrebuiltRuleAssets()`. And unskips `x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/management/trial_license_complete_tier/get_prebuilt_rules_status.ts`. This should help in further debugging. ## Flaky test runner - 🟢 (100 runs) https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/6864
- Loading branch information