Update get_monitor.ts (#130386)

Uptime - synthetics - skip flaky synthetics service test

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

View file

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