Skip to content

Commit

Permalink
skip single flaky test #123556
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jan 23, 2022
1 parent a2677b8 commit 556d00d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/console/_console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
);
});

it('should add comma after previous non empty line on autocomplete', async () => {
// Flaky, see https://github.com/elastic/kibana/issues/123556
it.skip('should add comma after previous non empty line on autocomplete', async () => {
const LINE_NUMBER = 2;

await PageObjects.console.dismissTutorial();
Expand Down

0 comments on commit 556d00d

Please sign in to comment.