diff --git a/cli/tests/e2e/e2e.test.ts b/cli/tests/e2e/e2e.test.ts index 1b724b962b..5f7f7e3cc3 100644 --- a/cli/tests/e2e/e2e.test.ts +++ b/cli/tests/e2e/e2e.test.ts @@ -620,7 +620,7 @@ describe("e2e tests", function test() { maciAddresses = await deploy({ ...deployArgs, signer }); }); - it.only("should run the first poll", async () => { + it("should run the first poll", async () => { // deploy a poll contract pollAddresses = await deployPoll({ ...deployPollArgs, signer });