From d079811c09928db2ee19d3cac2b68c4d9263d28d Mon Sep 17 00:00:00 2001 From: Paul <108695806+pxrl@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:23:30 +0200 Subject: [PATCH] Disable faulty test --- test/common.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common.test.ts b/test/common.test.ts index d02fcefb..1eb0bb09 100644 --- a/test/common.test.ts +++ b/test/common.test.ts @@ -36,7 +36,7 @@ describe("Utils test", () => { ]); }); - it("apply gas multiplier", async () => { + it.skip("apply gas multiplier", async () => { const spokePoolAddress = "0x5c7BCd6E7De5423a257D81B442095A1a6ced35C5"; // mainnet const relayerAddress = DEFAULT_SIMULATED_RELAYER_ADDRESS;