Merge pull request #16932 from timvandermeij/unit-test-enable

Enable unit test "creates pdf doc from non-existent URL"
This commit is contained in:
Tim van der Meij 2023-09-10 18:12:56 +02:00 committed by GitHub
commit 221ee6ca37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,10 +268,6 @@ describe("api", 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(
buildGetDocumentParams("non-existent.pdf")
);