Skip to content

Commit

Permalink
test: script two tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nxqbao committed Mar 5, 2024
1 parent abc0864 commit e0c08dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ contract UpdateOperator_RoninBridgeManager_Test is BaseIntegration_Test {
}

function test_updateOperator_and_wrapUpEpoch() public {
vm.skip(true);
console.log("=============== Test Update Operator ===========");

_depositFor();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ contract RequestDepositFor_MainchainGatewayV3_Test is BaseIntegration_Test {

// test deposit > should be able to unwrap and deposit native.
function test_unwrapAndDepositNative() public {
vm.skip(true);
vm.startPrank(_sender);
_mainchainWeth.deposit{ value: _quantity }();
_mainchainWeth.approve(address(_mainchainGatewayV3), _quantity);
Expand Down

0 comments on commit e0c08dd

Please sign in to comment.