Skip to content

Commit

Permalink
skip failing es promotion suite (#104409)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 6, 2021
1 parent 35aa759 commit 66dcdc3
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 @@ -42,7 +42,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 66dcdc3

Please sign in to comment.