We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee03ab8 commit c290f7bCopy full SHA for c290f7b
src/Pool.test.ts
@@ -27,7 +27,7 @@ afterEach(async () => {
27
28
describe.each([
29
{ instance: Instance.anvil({ port: await getPort() }) },
30
- { instance: Instance.tempo({ port: await getPort() }) },
+ // { instance: Instance.tempo({ port: await getPort() }) },
31
{
32
instance: Instance.alto(altoOptions({ port, pool: true })),
33
},
0 commit comments