Skip to content

Commit

Permalink
skip failing test suite (#137328)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Aug 2, 2022
1 parent 93068c0 commit 8ef28b3
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 { comparePolicies, getTestSyntheticsPolicy } from './sample_data/test_pol
import { PrivateLocationTestService } from './services/private_location_test_service';

export default function ({ getService }: FtrProviderContext) {
describe('PrivateLocationMonitor', function () {
// Failing: See https://github.com/elastic/kibana/issues/137328
describe.skip('PrivateLocationMonitor', function () {
this.tags('skipCloud');
const kibanaServer = getService('kibanaServer');
const supertestAPI = getService('supertest');
Expand Down

0 comments on commit 8ef28b3

Please sign in to comment.