Skip to content

Commit

Permalink
skip flaky suite (elastic#171779)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 22, 2023
1 parent 76f6dc3 commit ca42d7b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ const THREAT_INTELLIGENCE = '/app/security/threat_intelligence/indicators';
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))';

describe('Invalid Indicators', { tags: '@ess' }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/171779
describe.skip('Invalid Indicators', { tags: '@ess' }, () => {
describe('verify the grid loads even with missing fields', () => {
beforeEach(() => {
esArchiverLoad('threat_intelligence/invalid_indicators_data');
Expand Down

0 comments on commit ca42d7b

Please sign in to comment.