Skip to content

Commit

Permalink
test: skip non-deterministic test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiohgz committed Sep 11, 2019
1 parent 195a79a commit de0f91a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Versions/Versions.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit de0f91a

Please sign in to comment.