Skip to content

Commit

Permalink
Update x-pack/test/api_integration/apis/uptime/rest/add_monitor_proje…
Browse files Browse the repository at this point in the history
…ct.ts
  • Loading branch information
dominiqueclarke authored Oct 5, 2022
1 parent 68988c5 commit fb94c87
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit fb94c87

Please sign in to comment.