Skip to content

Commit

Permalink
skip failing suite. #116522
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 28, 2021
1 parent 714b007 commit 9e2bda7
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 @@ -129,7 +129,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
use_output: 'default',
});

describe('When on the Synthetics Integration Policy Create Page', function () {
// failing: https://github.com/elastic/kibana/issues/116522
describe.skip('When on the Synthetics Integration Policy Create Page', function () {
this.tags(['ciGroup10']);
const basicConfig = {
name: monitorName,
Expand Down

0 comments on commit 9e2bda7

Please sign in to comment.