From c3430fefd90dea6a9932373ec35f077744d9c04f Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Tue, 14 Jan 2020 17:05:50 -0500 Subject: [PATCH] Skip failing uptime test suite --- .../location_map/__tests__/location_status_tags.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/location_status_tags.test.tsx b/x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/location_status_tags.test.tsx index b3b2d20080c27..f43a5494dc16a 100644 --- a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/location_status_tags.test.tsx +++ b/x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/location_status_tags.test.tsx @@ -10,7 +10,8 @@ import { renderWithIntl, shallowWithIntl } from 'test_utils/enzyme_helpers'; import { MonitorLocation } from '../../../../../common/runtime_types/monitor'; import { LocationStatusTags } from '../'; -describe('LocationStatusTags component', () => { +// Failing: https://github.com/elastic/kibana/issues/54818 +describe.skip('LocationStatusTags component', () => { let monitorLocations: MonitorLocation[]; it('renders properly against props', () => {