Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable non-deterministic flaky test (#4295)

authored by

dan and committed by
GitHub
98791594 8e2c21a8

+2 -1
+2 -1
__tests__/lib/string.test.ts
··· 142 142 }) 143 143 }) 144 144 145 - describe('ago', () => { 145 + // FIXME: Reenable after fixing non-deterministic test. 146 + describe.skip('ago', () => { 146 147 const oneYearDate = new Date( 147 148 new Date().setMonth(new Date().getMonth() - 11), 148 149 ).setDate(new Date().getDate() - 28)