We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c0050f + 74ca1a9 commit a207463Copy full SHA for a207463
packages/hardhat-core/test/internal/hardhat-network/jsonrpc/client.ts
@@ -346,10 +346,6 @@ describe("JsonRpcClient", () => {
346
});
347
348
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
- }
353
const block = await client.getBlockByNumber(
354
forkNumber + 1000n,
355
true
0 commit comments