elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.69k stars 8.12k forks source link

[Security Solution] Skipped test `CTI Enrichment Displays enrichment matched.* fields on the timeline Displays enrichment matched.* fields on the timeline` #162818

Open kevinlog opened 1 year ago

kevinlog commented 1 year ago

Description

Skipping a flaky test CTI Enrichment Displays enrichment matched.* fields on the timeline Displays enrichment matched.* fields on the timeline in this PR: https://github.com/elastic/kibana/pull/162787

This is also skipped on the 8.9 branch: https://github.com/elastic/kibana/pull/162965

Will use this ticket to track re-enabling the test.

Example failure here

AssertionError: Timed out retrying after 150000ms: Expected to find element: `[data-test-subj="formatted-field-threat.enrichments.matched.atomic"]`, but never found it.
    at eval (webpack:///./e2e/detection_alerts/cti_enrichments.cy.ts:64:36)
at Array.forEach (<anonymous>)
    at Context.eval (webpack:///./e2e/detection_alerts/cti_enrichments.cy.ts:63:11)
elasticmachine commented 1 year ago

Pinging @elastic/security-solution (Team: SecuritySolution)

elasticmachine commented 1 year ago

Pinging @elastic/security-detections-response (Team:Detections and Resp)

e40pud commented 1 year ago

The test failure is legit and there is a bug in alerts table which will be addressed by https://github.com/elastic/kibana/issues/164023

yctercero commented 1 year ago

@elastic/security-threat-hunting-investigations is going to try to take a look at https://github.com/elastic/kibana/issues/164023 - we may need to assist with it there if they need help.

Thanks @e40pud for tracking!

yctercero commented 9 months ago

Update - still waiting to see what the resolution of https://github.com/elastic/kibana/issues/164023 is to update test accordingly.