mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* 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 commit8a0289f9f1
. * Revert "Give a bit more time for machines on CI" This reverts commitd11228d618
.
This commit is contained in:
parent
077a37bc19
commit
1d315e805f
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue