skip suite failing on 8.4 (#137328)

This commit is contained in:
spalger 2022-07-27 12:51:21 -05:00
parent e902476dde
commit f937a7c287

View file

@ -16,7 +16,8 @@ import { comparePolicies, testSyntheticsPolicy } from './sample_data/test_policy
import { PrivateLocationTestService } from './services/private_location_test_service';
export default function ({ getService }: FtrProviderContext) {
describe('PrivateLocationMonitor', function () {
// FAILING ON 8.4: https://github.com/elastic/kibana/issues/137328
describe.skip('PrivateLocationMonitor', function () {
this.tags('skipCloud');
const supertestAPI = getService('supertest');