Skip to content

Commit

Permalink
Skip failing uptime tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jan 14, 2020
1 parent dd05b8b commit 2a3f4ab
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('StatusByLocation component', () => {
// Failing: https://github.com/elastic/kibana/issues/54672
describe.skip('StatusByLocation component', () => {
let monitorLocations: MonitorLocation[];

const start = moment('2020-01-10T12:22:32.567Z');
Expand Down

0 comments on commit 2a3f4ab

Please sign in to comment.