skip failing test suite (#146014)

This commit is contained in:
Kibana Machine 2022-11-22 13:13:53 -05:00
parent 6ef2fbf1ac
commit 482b8d2416

View file

@ -17,7 +17,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
import { getFixtureJson } from '../uptime/rest/helper/get_fixture_json';
export default function ({ getService }: FtrProviderContext) {
describe('GetMonitorsOverview', function () {
// Failing: See https://github.com/elastic/kibana/issues/146014
describe.skip('GetMonitorsOverview', function () {
this.tags('skipCloud');
const supertest = getService('supertest');