[Security Solution] Skip all existing Cypress tests in Serverless: Detection & Response area #164441
Labels
8.11 candidate
Team:Detection Engine
Security Solution Detection Engine Area
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.
test
Epic: #153633
Summary
In #162698 some of the existing Cypress tests owned by @elastic/security-detections-response were included in the Serverless test suite by tagging them with the
SERVERLESS
tag. Some of the other tests were tagged asBROKEN_IN_SERVERLESS
:kibana/x-pack/test/security_solution_cypress/cypress/tags.ts
Lines 8 to 12 in 546a3cb
Problems we have now:
ESS
shouldn't ever be enabled in Serverless, or were not tagged asSERVERLESS
temporarily.SERVERLESS
, but we don't know how flaky they are.Together with @yctercero, we discussed that we'd like to add tests in the Serverless suite gradually and in a more controlled fashion, such as every area team adds a test in the Serverless suite only when they know for sure it:
Todo
SKIP_IN_SERVERLESS
SKIP_IN_SERVERLESS
in the two serverless cypress configs (local and CI)BROKEN_IN_SERVERLESS
As part of follow-up tickets, start gradually including Cypress tests to the Serverless suite.
The text was updated successfully, but these errors were encountered: