Skip to content

Commit

Permalink
temporary: disable debug_traceTransaction tests
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA committed Feb 14, 2023
1 parent d64d4d0 commit f8192d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe("Debug module", function () {
setCWD();
useProvider();

describe("debug_traceTransaction", function () {
describe.skip("debug_traceTransaction", function () {
it("Should throw for unknown txs", async function () {
const unknownTxHash =
"0x1234567876543234567876543456765434567aeaeaed67616732632762762373";
Expand Down

0 comments on commit f8192d6

Please sign in to comment.