Skip to content

Commit

Permalink
test: skipping integration test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Nov 10, 2024
1 parent a88ed53 commit afa3c71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/ReservoirPriceOracle.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ contract ReservoirPriceOracleIntegrationTest is Test {
vm.selectFork(lForkId);
}

function testBlockBaseFee() external view {
function testBlockBaseFee() external {
// skipping for now as we're targeting mainnet instead of arbitrum
vm.skip(true);
// assert
assertEq(block.basefee, 0.01 gwei);
}
Expand Down

0 comments on commit afa3c71

Please sign in to comment.