Skip to content

Commit

Permalink
skip flaky suite (#109329)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 19, 2021
1 parent 3786ee3 commit d6bd6a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/uptime/synthetics_integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});

describe('create new policy', () => {
// FLAKY: https://github.com/elastic/kibana/issues/109329
describe.skip('create new policy', () => {
let version: string;
before(async () => {
await uptimeService.syntheticsPackage.deletePolicyByName('system-1');
Expand Down

0 comments on commit d6bd6a6

Please sign in to comment.