From de0f91a6d2e1efaf50ccb7f1f0e5c733d5238686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Herrera=20Guzm=C3=A1n?= Date: Wed, 11 Sep 2019 22:47:45 +0200 Subject: [PATCH] test: skip non-deterministic test --- src/components/Versions/Versions.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Versions/Versions.test.tsx b/src/components/Versions/Versions.test.tsx index fc96de1..c3015b7 100644 --- a/src/components/Versions/Versions.test.tsx +++ b/src/components/Versions/Versions.test.tsx @@ -27,7 +27,8 @@ describe(' 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(