mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#142110)
This commit is contained in:
parent
6f8e758f11
commit
fb6b10e232
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue