From be5c88af6a06e7123fd8fb14dc0a91c0f7de06c2 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 15 May 2023 17:23:25 +0100 Subject: [PATCH] skip flaky suite (#157723) --- x-pack/test/functional/apps/watcher/watcher_test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/watcher/watcher_test.js b/x-pack/test/functional/apps/watcher/watcher_test.js index 16e639845fc9c0..eeba4a93025d42 100644 --- a/x-pack/test/functional/apps/watcher/watcher_test.js +++ b/x-pack/test/functional/apps/watcher/watcher_test.js @@ -20,7 +20,8 @@ export default function ({ getService, getPageObjects }) { const esSupertest = getService('esSupertest'); const PageObjects = getPageObjects(['security', 'common', 'header', 'settings', 'watcher']); - describe('watcher_test', function () { + // FLAKY: https://github.com/elastic/kibana/issues/157723 + describe.skip('watcher_test', function () { before('initialize tests', async () => { // There may be system watches if monitoring was previously enabled // These cannot be deleted via the UI, so we need to delete via the API