Skip to content

Commit

Permalink
[skip-test] [Uptime] MostRecentError component renders properly with …
Browse files Browse the repository at this point in the history
…empty data 1

elastic#52288

Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley authored and timductive committed Dec 16, 2019
1 parent 4c16185 commit dc93af4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('MostRecentError component', () => {
expect(component).toMatchSnapshot();
});

it('renders properly with empty data', () => {
it.skip('renders properly with empty data', () => {
const component = renderWithIntl(
<Router>
<MostRecentError
Expand Down

0 comments on commit dc93af4

Please sign in to comment.