Merge pull request #991 from mir-protocol/disable_couple_tests

Disable a couple tests
This commit is contained in:
Daniel Lubarov 2023-04-17 18:13:58 -07:00 committed by GitHub
commit 049a258b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ type C = PoseidonGoldilocksConfig;
/// Test a simple token transfer to a new address.
#[test]
#[ignore] // Too slow to run on CI.
fn test_basic_smart_contract() -> anyhow::Result<()> {
init_logger();

View File

@ -26,6 +26,7 @@ type C = PoseidonGoldilocksConfig;
/// The `selfBalanceGasCost` test case from https://github.com/ethereum/tests
#[test]
#[ignore] // Too slow to run on CI.
fn self_balance_gas_cost() -> anyhow::Result<()> {
init_logger();