mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#146014)
This commit is contained in:
parent
6ef2fbf1ac
commit
482b8d2416
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue