diff --git a/app/tests/api/data-sources/data-sources.spec.js b/app/tests/api/data-sources/data-sources.spec.js index 6ebcd2e4..d6f9022f 100644 --- a/app/tests/api/data-sources/data-sources.spec.js +++ b/app/tests/api/data-sources/data-sources.spec.js @@ -115,11 +115,6 @@ describe('Data Sources API', function () { let passportCookie; before(async function() { - // this.timeout(0); - // this.timeout(100000); - - - // Establish the database connection // Use an in-memory database that we spin up for the test await database.initializeConnection();