skip failing test suite (#138160)

This commit is contained in:
Kibana Machine 2023-03-02 14:38:25 -05:00
parent 3ff1e36e13
commit 2e3caaae40

View file

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