Update add_monitor.ts (#130381)

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

View file

@ -11,7 +11,9 @@ import { API_URLS } from '../../../../../plugins/uptime/common/constants';
import { getFixtureJson } from './helper/get_fixture_json';
export default function ({ getService }: FtrProviderContext) {
describe('[POST] /internal/uptime/service/monitors', () => {
// FLAKY https://github.com/elastic/kibana/issues/124601
// This feture is unsupported in 8.1. Do not unskip
describe.skip('[POST] /internal/uptime/service/monitors', () => {
const supertest = getService('supertest');
let _httpMonitorJson: HTTPFields;