Disable intermittent unit test "creates pdf doc from non-existent URL"
Disable this test so we don't have to manually review unit test failure log all the time.
This commit is contained in:
		
							parent
							
								
									3d4bb5e5c5
								
							
						
					
					
						commit
						47a5550f10
					
				| @ -169,6 +169,10 @@ describe("api", function () { | |||||||
|         }); |         }); | ||||||
|     }); |     }); | ||||||
|     it("creates pdf doc from non-existent URL", function (done) { |     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( |       const loadingTask = getDocument( | ||||||
|         buildGetDocumentParams("non-existent.pdf") |         buildGetDocumentParams("non-existent.pdf") | ||||||
|       ); |       ); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user