Skip to content

Commit

Permalink
[Watcher] Follow up on flaky functional test (#56384) (#56392)
Browse files Browse the repository at this point in the history
* 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 8a0289f.

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

This reverts commit d11228d.
  • Loading branch information
jloleysens authored Jan 30, 2020
1 parent 077a37b commit 1d315e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion x-pack/test/functional/apps/watcher/watcher_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d315e8

Please sign in to comment.