From cc02343d36fa3fa273e476d32c776f84164f6770 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:17:13 +1000 Subject: [PATCH] skip failing test suite (#193868) --- test/functional/apps/console/_misc_console_behavior.ts | 1 + 1 file changed, 1 insertion(+) 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 () => {