skip failing test suite (#139295)

This commit is contained in:
Kibana Machine 2022-08-23 08:52:43 -04:00
parent 081e2d7e30
commit 048e933cb4

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/139295
describe.skip('console app', function testComments() {
this.tags('includeFirefox');
before(async () => {
log.debug('navigateTo console');