Skip to content

Commit

Permalink
Merge 90d79fb into b78cb92
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Nov 27, 2024
2 parents b78cb92 + 90d79fb commit dce72f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/prover/test/unit/web3_provider.node.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import {JsonRpcRequest, JsonRpcRequestOrBatch, JsonRpcResponse} from "../../src/
import {ELRpcProvider} from "../../src/utils/rpc_provider.js";
import {createVerifiedExecutionProvider} from "../../src/web3_provider.js";

describe("web3_provider", () => {
// https://github.com/ChainSafe/lodestar/issues/7250
describe.skip("web3_provider", () => {
afterEach(() => {
vi.clearAllMocks();
});
Expand Down

0 comments on commit dce72f5

Please sign in to comment.