If an extremely flaky test found and you eager to comment it out, don’t. Just use:

t.Skip("flaky test")

This is a bad approach: https://github.com/status-im/status-go/pull/4741