Merge pull request #13078 from brendandahl/disable-missing
Disable intermittent unit test "creates pdf doc from non-existent URL"
This commit is contained in:
commit
56fd01bf8d
@ -169,6 +169,10 @@ describe("api", function () {
|
||||
});
|
||||
});
|
||||
it("creates pdf doc from non-existent URL", function (done) {
|
||||
if (!isNodeJS) {
|
||||
// re-enable https://github.com/mozilla/pdf.js/issues/13061
|
||||
pending("Fails intermittently on linux in browsers.");
|
||||
}
|
||||
const loadingTask = getDocument(
|
||||
buildGetDocumentParams("non-existent.pdf")
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user