skip flaky suite (#171778)

This commit is contained in:
Tiago Costa 2023-11-22 19:40:42 +00:00
parent ca42d7bdca
commit 518308fb83
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -57,6 +57,7 @@ const URL_WITH_CONTRADICTORY_FILTERS =
'/app/security/threat_intelligence/indicators?indicators=(filterQuery:(language:kuery,query:%27%27),filters:!((%27$state%27:(store:appState),meta:(alias:!n,disabled:!f,index:%27%27,key:threat.indicator.type,negate:!f,params:(query:file),type:phrase),query:(match_phrase:(threat.indicator.type:file))),(%27$state%27:(store:appState),meta:(alias:!n,disabled:!f,index:%27%27,key:threat.indicator.type,negate:!f,params:(query:url),type:phrase),query:(match_phrase:(threat.indicator.type:url)))),timeRange:(from:now/d,to:now/d))';
// FLAKY: https://github.com/elastic/kibana/issues/171779
// FLAKY: https://github.com/elastic/kibana/issues/171778
describe.skip('Invalid Indicators', { tags: '@ess' }, () => {
describe('verify the grid loads even with missing fields', () => {
beforeEach(() => {