mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
50c3cc432b
commit
f9881fe2c1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue