Skip to content

Commit

Permalink
skip flaky suite (#126414)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 28, 2022
1 parent 865c351 commit 1ded153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/console/_autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expect(PageObjects.console.isAutocompleteVisible()).to.be.eql(true);
});

describe('with a missing comma in query', () => {
// FLAKY: https://github.com/elastic/kibana/issues/126414
describe.skip('with a missing comma in query', () => {
const LINE_NUMBER = 4;
beforeEach(async () => {
await PageObjects.console.clearTextArea();
Expand Down

0 comments on commit 1ded153

Please sign in to comment.