From c28d93551a3bfcc3dd9cd13cb761bf79feb529df Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Fri, 28 Apr 2023 12:53:21 -0500 Subject: [PATCH] skip failing suite (#156207) --- .../tests/mobile/mobile_location_stats.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/apm_api_integration/tests/mobile/mobile_location_stats.spec.ts b/x-pack/test/apm_api_integration/tests/mobile/mobile_location_stats.spec.ts index 171b43b1f1a0d..356dbb0a5397b 100644 --- a/x-pack/test/apm_api_integration/tests/mobile/mobile_location_stats.spec.ts +++ b/x-pack/test/apm_api_integration/tests/mobile/mobile_location_stats.spec.ts @@ -96,7 +96,8 @@ export default function ApiTest({ getService }: FtrProviderContext) { }); }); - describe('when filters are applied', () => { + // FAILING: https://github.com/elastic/kibana/issues/156207 + describe.skip('when filters are applied', () => { it('returns empty state for filters', async () => { const response = await getMobileLocationStats({ serviceName: 'synth-android',