Skip to content

Commit 3c58c28

Browse files
committed
skip tests
1 parent 6b2fe29 commit 3c58c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/custom.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ describe("test", () => {
306306
await instance.stop();
307307
}, 60000);
308308

309-
it("test beta vm management", async () => {
309+
it.skip("test beta vm management", async () => {
310310
// Start a rodent instance
311311
const instance = await client.startUbuntu({ backend: "rodent" });
312312
assert(instance.id !== undefined);
@@ -333,7 +333,7 @@ describe("test", () => {
333333
}
334334
}, 120000);
335335

336-
it("test restore from snapshot", async () => {
336+
it.skip("test restore from snapshot", async () => {
337337
// Start original instance
338338
const originalInstance = await client.startUbuntu({ backend: "rodent" });
339339
assert(originalInstance.id !== undefined);

0 commit comments

Comments
 (0)