Skip to content

Commit

Permalink
skip tests if no delay
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Oct 2, 2023
1 parent 5005d5a commit 2f8194f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/access/manager/AccessManager.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,8 @@ contract('AccessManager', function (accounts) {

describe(description, function () {
beforeEach(async function () {
if (delay) this.skip(); // TODO: Fixed in #4613

// setup
await Promise.all([
this.manager.$_setTargetClosed(this.target.address, closed),
Expand Down

0 comments on commit 2f8194f

Please sign in to comment.