mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#157723)
This commit is contained in:
parent
4afaabe0de
commit
f2529c838e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue