Skip to content

Commit

Permalink
Merge branch 'master' of github.com:elastic/kibana into lexico-sort-l…
Browse files Browse the repository at this point in the history
…ocation-tags
  • Loading branch information
andrewvc committed Jan 14, 2020
2 parents 470bbd2 + c3430fe commit c3fce3c
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, 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', () => {
Expand Down

0 comments on commit c3fce3c

Please sign in to comment.