mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update delete_monitor.ts (#130387)
Uptime - synthetics - skip flaky synthetics service delete monitor test Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
1338ad8aa8
commit
a94379bb83
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import { API_URLS } from '../../../../../plugins/uptime/common/constants';
|
|||
import { getFixtureJson } from './helper/get_fixture_json';
|
||||
|
||||
export default function ({ getService }: FtrProviderContext) {
|
||||
describe('[DELETE] /internal/uptime/service/monitors', () => {
|
||||
describe.skip('[DELETE] /internal/uptime/service/monitors', () => {
|
||||
const supertest = getService('supertest');
|
||||
|
||||
let _httpMonitorJson: HTTPFields;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue