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