TODO: IRV test for lots of write-ins

This commit is contained in:
David Ernst
2024-07-20 16:38:37 +03:00
parent 441151de9b
commit ad463ddf9d

View File

@@ -163,6 +163,8 @@ describe('IRV tallying', () => {
expect(rounds[2].tallies).toEqual({ 'Abraham Lincoln': 4, 'Bill Clinton': 5 })
})
test.todo('handles when there are a large number of distinct write-ins') // See https://siv.org/election/1721314324882
test.todo('handles when there is a tie in the bottom choice')
test.todo('handles when there is a tie in the top choice early on')
test.todo('handles when there is a tie in the final round')