mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip suite failing 8.4 (#137338)
This commit is contained in:
parent
7debb42333
commit
d2fb7e1f76
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ import { getFixtureJson } from './helper/get_fixture_json';
|
|||
import { PrivateLocationTestService } from './services/private_location_test_service';
|
||||
|
||||
export default function ({ getService }: FtrProviderContext) {
|
||||
describe('[DELETE] /internal/uptime/service/monitors', function () {
|
||||
// FAILING ON 8.4: https://github.com/elastic/kibana/issues/137338
|
||||
describe.skip('[DELETE] /internal/uptime/service/monitors', function () {
|
||||
this.tags('skipCloud');
|
||||
|
||||
const supertest = getService('supertest');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue