diff --git a/x-pack/test/apm_api_integration/tests/mobile/mobile_stats.spec.ts b/x-pack/test/apm_api_integration/tests/mobile/mobile_stats.spec.ts index c52c13ea64cae..2517c906c4cb4 100644 --- a/x-pack/test/apm_api_integration/tests/mobile/mobile_stats.spec.ts +++ b/x-pack/test/apm_api_integration/tests/mobile/mobile_stats.spec.ts @@ -98,7 +98,8 @@ export default function ApiTest({ getService }: FtrProviderContext) { }); }); - describe('when filters are applied', () => { + // FAILING: https://github.com/elastic/kibana/issues/156218 + describe.skip('when filters are applied', () => { it('returns empty state for filters', async () => { const response = await getMobileStats({ serviceName: 'synth-android',