[Security Solution] Unskip tests for preventing non-customizable fields from updating for Prebuilt rule types #195921
Labels
8.18 candidate
Feature:Prebuilt Detection Rules
Security Solution Prebuilt Detection Rules area
skipped-test
Team:Detection Rule Management
Security Detection Rule Management Team
Team:Detections and Resp
Security Detection Response Team
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Related to: #195318, #195926
Summary
Tests added in #195318 failed in the periodic pipeline (build) and were skipped in #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.
The text was updated successfully, but these errors were encountered: