Skip to content

Commit de0f91a

Browse files
committed
test: skip non-deterministic test
1 parent 195a79a commit de0f91a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Versions/Versions.test.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ describe('<Version /> component', () => {
2727
cleanup();
2828
});
2929

30-
test('should render the component in default state', () => {
30+
// FIXME: this test is not deterministic (writes `N days ago` in the snapshot, where N is random number)
31+
test.skip('should render the component in default state', () => {
3132
const wrapper = mount(
3233
<MemoryRouter>
3334
<Versions />

0 commit comments

Comments
 (0)