mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update add_monitor.ts (#130381)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
f9881fe2c1
commit
ca8e8346eb
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue