mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip single flaky test #123556
This commit is contained in:
parent
a2677b8163
commit
556d00d3a8
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue