diff --git a/tests/end-to-end/api/13-roles.js b/tests/end-to-end/api/13-roles.js index 8542be52faaeb..a05b5206eea2c 100644 --- a/tests/end-to-end/api/13-roles.js +++ b/tests/end-to-end/api/13-roles.js @@ -31,7 +31,7 @@ function createRole(name, scope, description) { }); } -describe.only('[Roles]', function() { +describe('[Roles]', function() { this.retries(0); before((done) => getCredentials(done));