Skip to content

Commit

Permalink
Revert "remove .only"
Browse files Browse the repository at this point in the history
This reverts commit 815c310.
  • Loading branch information
sparrowDom committed Nov 13, 2023
1 parent 815c310 commit 33a71ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { deployWithConfirmation } = require("../../utils/deploy");
const addresses = require("../../utils/addresses");
const { setERC20TokenBalance } = require("../_fund");

describe("ForkTest: Balancer MetaStablePool - Read-only Reentrancy", function () {
describe.only("ForkTest: Balancer MetaStablePool - Read-only Reentrancy", function () {
this.timeout(0);
// Retry up to 3 times on CI
this.retries(isCI ? 3 : 0);
Expand Down

0 comments on commit 33a71ce

Please sign in to comment.