Regression: Api tests not running (#22369)

pull/22326/head^2
pierre-lehnen-rc 4 years ago committed by GitHub
parent d70f3158aa
commit ca9cc5dcbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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));

Loading…
Cancel
Save