From f8192d684ba6f460d50f01aab9a8b5a7e0e05193 Mon Sep 17 00:00:00 2001 From: "F. Eugene Aumson" Date: Tue, 14 Feb 2023 18:03:54 -0500 Subject: [PATCH] temporary: disable debug_traceTransaction tests --- .../test/internal/hardhat-network/provider/modules/debug.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hardhat-core/test/internal/hardhat-network/provider/modules/debug.ts b/packages/hardhat-core/test/internal/hardhat-network/provider/modules/debug.ts index 95b2c7c5807..c4a92f5e101 100644 --- a/packages/hardhat-core/test/internal/hardhat-network/provider/modules/debug.ts +++ b/packages/hardhat-core/test/internal/hardhat-network/provider/modules/debug.ts @@ -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";