diff --git a/test/functional/apps/console/_misc_console_behavior.ts b/test/functional/apps/console/_misc_console_behavior.ts index 03f38980bcfa6..9da5ea362fde3 100644 --- a/test/functional/apps/console/_misc_console_behavior.ts +++ b/test/functional/apps/console/_misc_console_behavior.ts @@ -18,6 +18,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const browser = getService('browser'); const PageObjects = getPageObjects(['common', 'console', 'header']); + // Failing: See https://github.com/elastic/kibana/issues/193868 // Failing: See https://github.com/elastic/kibana/issues/193868 describe.skip('misc console behavior', function testMiscConsoleBehavior() { before(async () => {