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 2e9844d commit f226472Copy full SHA for f226472
src/instances/alto.test.ts
@@ -61,7 +61,7 @@ test.skip('behavior: instance errored (duplicate ports)', async () => {
61
await expect(() => instance_2.start()).rejects.toThrowError()
62
})
63
64
-test('behavior: start and stop multiple times', async () => {
+test.skip('behavior: start and stop multiple times', async () => {
65
const instance = defineInstance()
66
67
await instance.start()
0 commit comments