From db6aec725b2d862b3d6151d1c686aeabefe09ed5 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Thu, 4 Apr 2024 15:32:05 +0100 Subject: [PATCH] Removed focused test. --- packages/server/src/api/routes/tests/row.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/src/api/routes/tests/row.spec.ts b/packages/server/src/api/routes/tests/row.spec.ts index 1010a8ed55..f9e05c5bd8 100644 --- a/packages/server/src/api/routes/tests/row.spec.ts +++ b/packages/server/src/api/routes/tests/row.spec.ts @@ -1332,7 +1332,7 @@ describe.each([ }) }) - it.only("should time out JS execution if a multiple cells take too long", async () => { + it("should time out JS execution if a multiple cells take too long", async () => { await config.withEnv( { JS_PER_INVOCATION_TIMEOUT_MS: 40,