Update delete_monitor.ts (#130387)

Uptime - synthetics - skip flaky synthetics service delete monitor test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Dominique Clarke 2022-04-19 12:39:20 -04:00 committed by GitHub
parent 1338ad8aa8
commit a94379bb83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ import { API_URLS } from '../../../../../plugins/uptime/common/constants';
import { getFixtureJson } from './helper/get_fixture_json';
export default function ({ getService }: FtrProviderContext) {
describe('[DELETE] /internal/uptime/service/monitors', () => {
describe.skip('[DELETE] /internal/uptime/service/monitors', () => {
const supertest = getService('supertest');
let _httpMonitorJson: HTTPFields;