[Watcher] Follow up on flaky functional test (#56384) (#56392)

* 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 8a0289f9f1.

* Revert "Give a bit more time for machines on CI"

This reverts commit d11228d618.
This commit is contained in:
Jean-Louis Leysens 2020-01-30 16:41:27 +01:00 committed by GitHub
parent 077a37bc19
commit 1d315e805f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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