Disable non-deterministic flaky test (#4295)
parent
8e2c21a882
commit
9879159438
|
@ -142,7 +142,8 @@ describe('makeRecordUri', () => {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('ago', () => {
|
// FIXME: Reenable after fixing non-deterministic test.
|
||||||
|
describe.skip('ago', () => {
|
||||||
const oneYearDate = new Date(
|
const oneYearDate = new Date(
|
||||||
new Date().setMonth(new Date().getMonth() - 11),
|
new Date().setMonth(new Date().getMonth() - 11),
|
||||||
).setDate(new Date().getDate() - 28)
|
).setDate(new Date().getDate() - 28)
|
||||||
|
|
Loading…
Reference in New Issue