skip flaky suite (#157723)

This commit is contained in:
Tiago Costa 2023-05-15 17:23:25 +01:00
parent 4afaabe0de
commit f2529c838e
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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