Merge pull request #16932 from timvandermeij/unit-test-enable
Enable unit test "creates pdf doc from non-existent URL"
This commit is contained in:
commit
221ee6ca37
@ -268,10 +268,6 @@ describe("api", function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("creates pdf doc from non-existent URL", async function () {
|
it("creates pdf doc from non-existent URL", async function () {
|
||||||
if (!isNodeJS) {
|
|
||||||
// Re-enable in https://github.com/mozilla/pdf.js/issues/13061.
|
|
||||||
pending("Fails intermittently on Linux in browsers.");
|
|
||||||
}
|
|
||||||
const loadingTask = getDocument(
|
const loadingTask = getDocument(
|
||||||
buildGetDocumentParams("non-existent.pdf")
|
buildGetDocumentParams("non-existent.pdf")
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user