Skip to content

Commit

Permalink
fix test skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Oct 2, 2023
1 parent 1820776 commit 1872a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/access/manager/AccessManager.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ contract('AccessManager', function (accounts) {

describe(description, function () {
beforeEach(async function () {
if (delay) this.skip(); // TODO: Fixed in #4613
if (!delay || fnRole === ROLES.PUBLIC) this.skip(); // TODO: Fixed in #4613

// setup
await Promise.all([
Expand Down

0 comments on commit 1872a4e

Please sign in to comment.