diff --git a/test/driver.js b/test/driver.js index b45205dcf..c7c104378 100644 --- a/test/driver.js +++ b/test/driver.js @@ -23,10 +23,6 @@ */ (function DriverClosure() { -// Disable worker support for running test as -// https://github.com/mozilla/pdf.js/pull/764#issuecomment-2638944 -// "firefox-bin: Fatal IO error 12 (Cannot allocate memory) on X server :1." -// PDFJS.disableWorker = true; PDFJS.enableStats = true; PDFJS.cMapUrl = '../external/bcmaps/'; PDFJS.cMapPacked = true; diff --git a/test/unit/api_spec.js b/test/unit/api_spec.js index 0044764e2..75905f76d 100644 --- a/test/unit/api_spec.js +++ b/test/unit/api_spec.js @@ -6,7 +6,6 @@ 'use strict'; describe('api', function() { - // TODO run with worker enabled var basicApiUrl = combineUrl(window.location.href, '../pdfs/basicapi.pdf'); var basicApiFileLength = 105779; // bytes function waitsForPromiseResolved(promise, successCallback) {