skip failing test suite (#193309)

This commit is contained in:
Kibana Machine 2024-09-19 23:37:40 +10:00
parent 27f5da436b
commit e524ed6a1a

View file

@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const PageObjects = getPageObjects(['common', 'console', 'header']);
describe('misc console behavior', function testMiscConsoleBehavior() {
// Failing: See https://github.com/elastic/kibana/issues/193309
describe.skip('misc console behavior', function testMiscConsoleBehavior() {
this.tags('includeFirefox');
before(async () => {
await browser.setWindowSize(1200, 800);