We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78cb92 commit 18f4218Copy full SHA for 18f4218
packages/prover/test/unit/web3_provider.node.test.ts
@@ -7,7 +7,8 @@ import {JsonRpcRequest, JsonRpcRequestOrBatch, JsonRpcResponse} from "../../src/
7
import {ELRpcProvider} from "../../src/utils/rpc_provider.js";
8
import {createVerifiedExecutionProvider} from "../../src/web3_provider.js";
9
10
-describe("web3_provider", () => {
+// https://github.com/ChainSafe/lodestar/issues/7250
11
+describe.skip("web3_provider", () => {
12
afterEach(() => {
13
vi.clearAllMocks();
14
});
0 commit comments