Skip to content

Commit

Permalink
Merge branch '7.x' into backport/7.x/pr-103744
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Aug 19, 2021
2 parents 8d1b7d7 + 6c27feb commit 457f7da
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 457f7da

Please sign in to comment.