Removed focused test.

This commit is contained in:
Sam Rose 2024-04-04 15:32:05 +01:00
parent d5a04d2569
commit db6aec725b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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,