mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[8.9][Security Solution] Skip flaky CTI test (#162965)
## Summary Skip the CTI test on `8.9` that was skipped in this PR: https://github.com/elastic/kibana/pull/162787 ### Checklist Delete any items that are not applicable to this PR. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
This commit is contained in:
parent
08a8c73865
commit
c5ad96469f
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ describe('CTI Enrichment', () => {
|
|||
goToRuleDetails();
|
||||
});
|
||||
|
||||
it('Displays enrichment matched.* fields on the timeline', () => {
|
||||
// Skipped: https://github.com/elastic/kibana/issues/162818
|
||||
it.skip('Displays enrichment matched.* fields on the timeline', () => {
|
||||
const expectedFields = {
|
||||
'threat.enrichments.matched.atomic': indicatorRuleMatchingDoc.atomic,
|
||||
'threat.enrichments.matched.type': indicatorRuleMatchingDoc.matchedType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue