Disable non-deterministic flaky test (#4295)

This commit is contained in:
dan
2024-05-31 04:09:23 +01:00
committed by GitHub
parent 8e2c21a882
commit 9879159438
+2 -1
View File
@@ -142,7 +142,8 @@ describe('makeRecordUri', () => {
})
})
describe('ago', () => {
// FIXME: Reenable after fixing non-deterministic test.
describe.skip('ago', () => {
const oneYearDate = new Date(
new Date().setMonth(new Date().getMonth() - 11),
).setDate(new Date().getDate() - 28)