Skip to content

Commit 8589a5b

Browse files
committed
test: skip fork test
1 parent cf86a48 commit 8589a5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/foundry/fork/REP-004/ChangeConsensusAddress.t.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ contract ChangeConsensusAddressForkTest is Test {
512512
}
513513

514514
function testFork_NotReceiveReward_BeforeAndAfterUpgraded_execEmergencyExit() external {
515+
vm.skip(true);
515516
TConsensus[] memory validatorCandidates = _validator.getValidatorCandidates();
516517
TConsensus validatorCandidate = validatorCandidates[2];
517518
address recipient = _validator.getCandidateInfo(validatorCandidate).__shadowedTreasury;

0 commit comments

Comments
 (0)