skip failing test suite (#138160)

This commit is contained in:
Kibana Machine 2023-03-02 14:38:26 -05:00
parent 525638d5e7
commit fe0fd37498

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');