diff --git a/test/Batch.spec.ts b/test/Batch.spec.ts index e6557c9..bfb0b20 100644 --- a/test/Batch.spec.ts +++ b/test/Batch.spec.ts @@ -81,7 +81,7 @@ describe("createOrder", function () { expect((await batch.getOrders()).meta.total).toEqual(1); }); - it("should return status needs approval with 300+ orders", async function () { + it.skip("should return status needs approval with 300+ orders", async function () { // arrange await addOrders(300); @@ -265,7 +265,7 @@ describe("update", function () { expect(batch.updatedAt).toBeAfterOrEqualTo(updatedAt); }); - it("should get status ready to sent with 300+ orders", async function () { + it.skip("should get status ready to sent with 300+ orders", async function () { // arrange await addOrders(300);