Hacker News new | ask | show | jobs
by zdwolfe 1750 days ago
I've done this before with flaky tests and it was a useful pattern. Something like:

@DisabledUntil(...)

to give the team some time where failures are ignored to de-flake the tests but keep stuff moving.