From f937a7c287f93e80e3c57a16550318d35a9046f9 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 27 Jul 2022 12:51:21 -0500 Subject: [PATCH] skip suite failing on 8.4 (#137328) --- .../apis/uptime/rest/add_monitor_private_location.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/api_integration/apis/uptime/rest/add_monitor_private_location.ts b/x-pack/test/api_integration/apis/uptime/rest/add_monitor_private_location.ts index a77b8eee0579..818d16ee017b 100644 --- a/x-pack/test/api_integration/apis/uptime/rest/add_monitor_private_location.ts +++ b/x-pack/test/api_integration/apis/uptime/rest/add_monitor_private_location.ts @@ -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');