Update edit_monitor.ts (#130380)

Skips flaky uptime synthetics service tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Dominique Clarke 2022-04-19 10:44:36 -04:00 committed by GitHub
parent 50c3cc432b
commit f9881fe2c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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