diff --git a/test/access-token.test.js b/test/access-token.test.js index 94260b8d..093e4dc9 100644 --- a/test/access-token.test.js +++ b/test/access-token.test.js @@ -109,8 +109,6 @@ describe('AccessToken', function () { }); describe('app.enableAuth()', function() { - this.timeout(0); - beforeEach(createTestingToken); it('prevents remote call with 401 status on denied ACL', function (done) {