Skip to content

Commit

Permalink
skip flaky suite (#109260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 6, 2021
1 parent e3c8062 commit 68ec97e
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 @@ -152,7 +152,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
...config,
});

describe('displays custom UI', () => {
// FLAKY: https://github.com/elastic/kibana/issues/109260
describe.skip('displays custom UI', () => {
before(async () => {
const version = await uptimeService.syntheticsPackage.getSyntheticsPackageVersion();
await uptimePage.syntheticsIntegration.navigateToPackagePage(version!);
Expand Down

0 comments on commit 68ec97e

Please sign in to comment.