mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#171778)
This commit is contained in:
parent
ca42d7bdca
commit
518308fb83
1 changed files with 1 additions and 0 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue