Skip to content

Commit a207463

Browse files
Merge pull request #4111 from NomicFoundation/bug/3712-re-enable-test-skipped-because-of-alchemy-bug
Re-enable test that was skipped because of a bug in Alchemy
2 parents 8c0050f + 74ca1a9 commit a207463

File tree

1 file changed

+0
-4
lines changed
  • packages/hardhat-core/test/internal/hardhat-network/jsonrpc

1 file changed

+0
-4
lines changed

packages/hardhat-core/test/internal/hardhat-network/jsonrpc/client.ts

-4
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,6 @@ describe("JsonRpcClient", () => {
346346
});
347347

348348
it("returns null for non-existent block", async function () {
349-
if (rpcProvider === "Alchemy") {
350-
// skipped because of https://github.com/NomicFoundation/hardhat/issues/3712
351-
this.skip();
352-
}
353349
const block = await client.getBlockByNumber(
354350
forkNumber + 1000n,
355351
true

0 commit comments

Comments
 (0)