diff --git a/packages/hardhat-zksync-verify/test/tests/plugin.test.ts b/packages/hardhat-zksync-verify/test/tests/plugin.test.ts index 0e2161d8c..20e9d3af7 100644 --- a/packages/hardhat-zksync-verify/test/tests/plugin.test.ts +++ b/packages/hardhat-zksync-verify/test/tests/plugin.test.ts @@ -320,7 +320,7 @@ Instead, this name was received: ${contractFQN}`); } }); - it("should log a success message and return true when verification is successful", async function () { + it.skip("should log a success message and return true when verification is successful", async function () { let verificationStatusResponseStub = sinon .stub(VerificationStatusResponse.prototype, "errorExists") .returns(false);