mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[skip-test] [Uptime] MostRecentError component renders properly with empty data 1
https://github.com/elastic/kibana/issues/52288 Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
8122b8b908
commit
05fd394325
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue