Skip to content

Commit

Permalink
Disable redundant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chepelau committed Oct 14, 2024
1 parent 40aae3d commit 021c333
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_fork_AMM.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ use carmine_protocol::erc20_interface::IERC20Dispatcher;
use carmine_protocol::erc20_interface::IERC20DispatcherTrait;
use carmine_protocol::types::basic::{OptionType, OptionSide};

#[test]
#[fork("MAINNET")]
// #[test]
// #[fork("MAINNET")]
fn test_amm_deposit_withdraw_liquidity() {
// Replace with your actual AMM contract address on mainnet
let amm_contract_addr: ContractAddress =
Expand Down Expand Up @@ -122,8 +122,8 @@ fn test_amm_deposit_withdraw_liquidity() {
}


#[test]
#[fork("MAINNET")]
// #[test]
// #[fork("MAINNET")]
fn test_amm_open_close_trade() {
// Replace with your actual AMM contract address on mainnet
let amm_contract_addr: ContractAddress =
Expand Down Expand Up @@ -250,8 +250,8 @@ fn test_amm_open_close_trade() {
}


#[test]
#[fork("MAINNET")]
// #[test]
// #[fork("MAINNET")]
fn test_amm_open_trade_and_settle() {
// AMM setup and upgrade
let amm_contract_addr: ContractAddress =
Expand Down

0 comments on commit 021c333

Please sign in to comment.