[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:
Kevin Logan 2023-08-02 11:49:12 -04:00 committed by GitHub
parent 08a8c73865
commit c5ad96469f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,