Skip to content

Commit

Permalink
skip flaky suite. #126414
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Mar 24, 2022
1 parent 632d64e commit c591e46
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 @@ -31,7 +31,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 c591e46

Please sign in to comment.