mirror of
https://github.com/SomboChea/ui
synced 2026-01-19 09:36:30 +07:00
test: skip non-deterministic test
This commit is contained in:
@@ -27,7 +27,8 @@ describe('<Version /> component', () => {
|
|||||||
cleanup();
|
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(
|
const wrapper = mount(
|
||||||
<MemoryRouter>
|
<MemoryRouter>
|
||||||
<Versions />
|
<Versions />
|
||||||
|
|||||||
Reference in New Issue
Block a user