Skip to content

Commit d180eaf

Browse files
committed
skip tests
1 parent 4b5923c commit d180eaf

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
@@ -127,7 +127,7 @@ describe("test", () => {
127127
pdf.file.pipe(writeStream);
128128
}, 10_000_000);
129129

130-
it("should generate a PDF url from helper", async () => {
130+
it.skip("should generate a PDF url from helper", async () => {
131131
const htmlBlob = new Blob([HTML], {
132132
type: "text/html",
133133
});
@@ -150,7 +150,7 @@ describe("test", () => {
150150
expect(pdf.url).not.toBeNull();
151151
}, 10_000_000);
152152

153-
it("should merge two PDFs", async () => {
153+
it.skip("should merge two PDFs", async () => {
154154
const PDF1 = await fs.promises.readFile("./output.pdf");
155155
const PDF2 = await fs.promises.readFile("./output_helper.pdf");
156156

0 commit comments

Comments
 (0)