forked from sombochea/verdaccio-ui
test: skip non-deterministic test
This commit is contained in:
parent
195a79a809
commit
de0f91a6d2
@ -27,7 +27,8 @@ describe('<Version /> component', () => {
|
||||
cleanup();
|
||||
});
|
||||
|
||||
test('should render the component in default state', () => {
|
||||
// FIXME: this test is not deterministic (writes `N days ago` in the snapshot, where N is random number)
|
||||
test.skip('should render the component in default state', () => {
|
||||
const wrapper = mount(
|
||||
<MemoryRouter>
|
||||
<Versions />
|
||||
|
Loading…
Reference in New Issue
Block a user