mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip flaky suite (#137124)
This commit is contained in:
parent
20f9cf9fd4
commit
37831e4e19
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ import { PrivateLocationTestService } from './services/private_location_test_ser
|
|||
import { comparePolicies, getTestProjectSyntheticsPolicy } from './sample_data/test_policy';
|
||||
|
||||
export default function ({ getService }: FtrProviderContext) {
|
||||
describe('[PUT] /api/uptime/service/monitors', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/137124
|
||||
describe.skip('[PUT] /api/uptime/service/monitors', function () {
|
||||
this.tags('skipCloud');
|
||||
|
||||
const supertest = getService('supertest');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue