Skip to content

Commit

Permalink
skip failing test suite (#146014)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 22, 2022
1 parent d8b2b14 commit cffaa60
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit cffaa60

Please sign in to comment.