From b5fb29e285002a18b36bdb94282bec6195ee5ac7 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Thu, 30 Jan 2020 16:31:27 +0100 Subject: [PATCH] [Watcher] Follow up on flaky functional test (#56384) * Skip flaky watcher FF test * Give a bit more time for machines on CI * Update watcher_test.js * Revert "Update watcher_test.js" This reverts commit 8a0289f9f15d92bdfd70ec2eb4dbc2b4c9dcf903. * Revert "Give a bit more time for machines on CI" This reverts commit d11228d6187121cf1cca2415a5c6f77de887f7bc. --- x-pack/test/functional/apps/watcher/watcher_test.js | 5 ++++- 1 file changed, 4 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 a3b955f8fccee..a2da0aad2d3c5 100644 --- a/x-pack/test/functional/apps/watcher/watcher_test.js +++ b/x-pack/test/functional/apps/watcher/watcher_test.js @@ -18,7 +18,10 @@ export default function({ getService, getPageObjects }) { const esSupertest = getService('esSupertest'); const PageObjects = getPageObjects(['security', 'common', 'header', 'settings', 'watcher']); - describe('watcher_test', function() { + // Still flaky test :c + // https://github.com/elastic/kibana/pull/56361 + // https://github.com/elastic/kibana/pull/56304 + 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