skip failing test suite (#138160)

This commit is contained in:
Kibana Machine 2023-02-27 13:55:36 -05:00
parent 9de0fe9f63
commit 16888011e0

View file

@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const retry = getService('retry');
const PageObjects = getPageObjects(['common', 'console', 'header']);
describe('console app', function testComments() {
// Failing: See https://github.com/elastic/kibana/issues/138160
describe.skip('console app', function testComments() {
this.tags('includeFirefox');
before(async () => {
log.debug('navigateTo console');