Skip to content

Commit

Permalink
Merge branch '7.15' into backport/7.15/pr-109231
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Aug 19, 2021
2 parents deec8c2 + 519fefa commit 33e219a
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 33e219a

Please sign in to comment.