Skip to content

Commit

Permalink
chore: skip web3_provider unit tests (#7252)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored and philknows committed Nov 29, 2024
1 parent 7f96e70 commit 9f4e7e6
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 {ProofProvider} from "../../src/proof_provider/proof_provider.js";
import {LCTransport, Web3ProviderType} from "../../src/interfaces.js";
import {JsonRpcRequest, JsonRpcRequestOrBatch, JsonRpcResponse} from "../../src/types.js";

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

0 comments on commit 9f4e7e6

Please sign in to comment.