diff --git a/ghost/core/test/regression/api/admin/authentication.test.js b/ghost/core/test/regression/api/admin/authentication.test.js index 1ed63b8fca..ea1794aa5b 100644 --- a/ghost/core/test/regression/api/admin/authentication.test.js +++ b/ghost/core/test/regression/api/admin/authentication.test.js @@ -22,7 +22,7 @@ async function waitForEmailSent(emailMockReceiver, number = 1) { } } -describe.only('Authentication API', function () { +describe('Authentication API', function () { let emailMockReceiver; let agent;