Skip to content

Commit

Permalink
Remove skip
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvc committed Jan 14, 2020
1 parent c3fce3c commit 8a9e2dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { MonitorLocation } from '../../../../../common/runtime_types/monitor';
import { LocationStatusTags } from '../';

// Failing: https://github.com/elastic/kibana/issues/54818
describe.skip('LocationStatusTags component', () => {
describe('LocationStatusTags component', () => {
let monitorLocations: MonitorLocation[];

it('renders properly against props', () => {
Expand Down

0 comments on commit 8a9e2dc

Please sign in to comment.