skip suite failing 8.4 (#137338)

This commit is contained in:
spalger 2022-07-27 13:47:17 -05:00
parent dc12b4084f
commit faf828347b

View file

@ -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');