Skip to content

Commit

Permalink
skip failing es promotion suite (elastic#104366)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 6, 2021
1 parent 2695777 commit dfc5dbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/_saved_queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.timePicker.setDefaultAbsoluteRange();
});

describe('saved query management component functionality', function () {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/104366
describe.skip('saved query management component functionality', function () {
before(async function () {
// set up a query with filters and a time filter
log.debug('set up a query with filters to save');
Expand Down

0 comments on commit dfc5dbb

Please sign in to comment.