Skip to content

Commit

Permalink
skip flaky suite (#157723)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 15, 2023
1 parent f847eab commit be5c88a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/watcher/watcher_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be5c88a

Please sign in to comment.