Skip to content

Commit

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

describe('query', function () {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/104409
describe.skip('query', function () {
const queryName1 = 'Query # 1';

it('should show correct time range string by timepicker', async function () {
Expand Down

0 comments on commit 79608dc

Please sign in to comment.