Skip to content

Commit

Permalink
skip failing test suite (elastic#147990)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 22, 2022
1 parent 0fd9c9f commit 03ddae8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import { getFixtureJson } from '../uptime/rest/helper/get_fixture_json';
import { PrivateLocationTestService } from './services/private_location_test_service';

export default function ({ getService }: FtrProviderContext) {
describe('DeleteMonitorRoute', function () {
// Failing: See https://github.com/elastic/kibana/issues/147990
describe.skip('DeleteMonitorRoute', function () {
this.tags('skipCloud');

const supertest = getService('supertest');
Expand Down

0 comments on commit 03ddae8

Please sign in to comment.