Hacker News new | ask | show | jobs
by cornel_io 1430 days ago
But once you merge 1, your test suite is broken, and many/most companies wouldn't allow that.
1 comments

Yeah there’s two solutions:

1. Merge #2 into #1 then merge the result, but this can obscure your history

2. Don’t make the test fail. Eg expect the incorrect behaviour and leave a comment explaining why it is incorrect and what the correct thing should be.