skip single flaky test #123556

This commit is contained in:
Brian Seeders 2022-01-23 16:15:32 -05:00
parent a2677b8163
commit 556d00d3a8
No known key found for this signature in database
GPG key ID: 424927146CC9A682

View file

@ -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();