Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Remove the other slow Hardhat test #6114

Merged
merged 4 commits into from Jun 22, 2023
Merged

Conversation

haltman-at
Copy link
Contributor

@haltman-at haltman-at commented Jun 21, 2023

Increasing this timeout yet again.

If this isn't enough to stop the problems, we might want to remove this test as well... (or try increasing the Hardhat version like Nick suggested, which might allow us to add the other test back in? I dunno.)

DELETE

@gnidan
Copy link
Contributor

gnidan commented Jun 21, 2023

Hm, I think we can probably remove this test as well. These failure conditions should probably just be tested with mocks in the from-hardhat package, rather than booting up all of Hardhat for end-to-end testing. We can probably just do this sort of end-to-end testing for the happy path.

@haltman-at
Copy link
Contributor Author

Cool, I'll update this PR to remove the test, then!

@haltman-at haltman-at changed the title Increase Hardhat test timeout yet again Remove the other slow Hardhat test Jun 21, 2023
});
});
});

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need to delete the fixtures, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, good point -- including the one for the other deleted test; I never deleted the fixtures for the other removed test either.

@haltman-at haltman-at merged commit faa8ee7 into develop Jun 22, 2023
10 checks passed
@haltman-at haltman-at deleted the up-hardhat-timeout-again branch June 22, 2023 00:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants