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 6b2fe29 commit 3c58c28Copy full SHA for 3c58c28
tests/custom.test.ts
@@ -306,7 +306,7 @@ describe("test", () => {
306
await instance.stop();
307
}, 60000);
308
309
- it("test beta vm management", async () => {
+ it.skip("test beta vm management", async () => {
310
// Start a rodent instance
311
const instance = await client.startUbuntu({ backend: "rodent" });
312
assert(instance.id !== undefined);
@@ -333,7 +333,7 @@ describe("test", () => {
333
}
334
}, 120000);
335
336
- it("test restore from snapshot", async () => {
+ it.skip("test restore from snapshot", async () => {
337
// Start original instance
338
const originalInstance = await client.startUbuntu({ backend: "rodent" });
339
assert(originalInstance.id !== undefined);
0 commit comments