mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#146014)
This commit is contained in:
parent
d8b2b14e38
commit
cffaa60bd1
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