mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip suite failing 8.4 (#137338)
This commit is contained in:
parent
dc12b4084f
commit
faf828347b
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