Skip to content

Commit

Permalink
skip flaky suite (#142110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 4, 2022
1 parent 6f8e758 commit fb6b10e
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 fb6b10e

Please sign in to comment.