Removed focused test.
This commit is contained in:
parent
d5a04d2569
commit
db6aec725b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue