mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#109260)
This commit is contained in:
parent
91d117d095
commit
25535e9682
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
host,
|
||||
});
|
||||
|
||||
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!);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue