logoalt Hacker News

Norfairtoday at 3:19 PM2 repliesview on HN

Then the test is still flaky. If there's a bug you want the test to consistently fail, not just sometimes.


Replies

throw_awaittoday at 3:35 PM

But also a flaky test is a bug by itself.

9rxtoday at 3:33 PM

The parent is talking about when the implementation is flaky, not the test. When you go to fix the problem under that scenario there is no reason for you to modify the test. The test is fine.

show 1 reply