diff --git a/x-pack/test/api_integration/apis/uptime/rest/add_monitor_project.ts b/x-pack/test/api_integration/apis/uptime/rest/add_monitor_project.ts index 1ea0f14dad44a..9b0ae053566b2 100644 --- a/x-pack/test/api_integration/apis/uptime/rest/add_monitor_project.ts +++ b/x-pack/test/api_integration/apis/uptime/rest/add_monitor_project.ts @@ -19,7 +19,8 @@ import { PrivateLocationTestService } from './services/private_location_test_ser import { comparePolicies, getTestProjectSyntheticsPolicy } from './sample_data/test_policy'; export default function ({ getService }: FtrProviderContext) { - describe('AddProjectMonitors', function () { + // FLAKY: https://github.com/elastic/kibana/issues/142110 + describe.skip('AddProjectMonitors', function () { this.tags('skipCloud'); const supertest = getService('supertest');