Skip to content

Commit

Permalink
Skip failing uptime test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jan 14, 2020
1 parent 41c12c8 commit 68a0bf9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { renderWithIntl } 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 when there are many location', () => {
Expand Down

0 comments on commit 68a0bf9

Please sign in to comment.