Open banderror opened 1 month ago
Pinging @elastic/security-solution (Team: SecuritySolution)
Pinging @elastic/security-detection-rule-management (Team:Detection Rule Management)
Pinging @elastic/security-detections-response (Team:Detections and Resp)
Related to: https://github.com/elastic/kibana/pull/195318, https://github.com/elastic/kibana/pull/195926
Summary
Tests added in https://github.com/elastic/kibana/pull/195318 failed in the periodic pipeline (build) and were skipped in https://github.com/elastic/kibana/pull/195926.
That failure happened in installPrebuiltRules -> refreshSavedObjectIndices.
Saved objects refresh doesn't work in serverless pipelines, such as the 2nd quality gate and the periodic pipeline. We added it in this PR to reduce flakiness. However, we might not need it anymore since @maximpn added a
refresh: 'wait_for'
to the Fleet's package installation code in this PR.Let's try to unskip these tests to keep them enabled in the 2nd quality gate.