Skip to content

Commit

Permalink
skip flaky suite (#165465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 1, 2023
1 parent 1d3af80 commit 189e8e8
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 @@ -44,7 +44,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expect(PageObjects.console.isAutocompleteVisible()).to.be.eql(true);
});

describe('Autocomplete behavior', () => {
// FLAKY: https://github.com/elastic/kibana/issues/165465
describe.skip('Autocomplete behavior', () => {
beforeEach(async () => {
await PageObjects.console.clearTextArea();
await PageObjects.console.pressEnter();
Expand Down

0 comments on commit 189e8e8

Please sign in to comment.