MobileSignalHandler
on test finish
https://github.com/status-im/status-go/pull/5311
signal.SetMobileSignalHandler(nil)
is required. Otherwise the test might hang, because some channel is never read.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