trufflesuite / truffle

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
14.02k stars 2.31k forks source link

Remove flaky hardhat test #6099

Closed haltman-at closed 1 year ago

haltman-at commented 1 year ago

This test times out so much, even after the timeout has been turned up ridiculously. It's likely hanging rather than timing out, although I don't know why.

I've put up this PR to remove it because it's just causing so much trouble in CI.

@gnidan has suggested that an alternative solution, rather than removing the test, might be just upgrading hardhat to a newer version (but still below 2.10.1). The trouble is, it would be difficult to know if such a step had worked.

I figure, if someone else wants, they can do that (or put the test back in and do that). I'm tired of dealing with it, I'm just submitting a PR to remove it!