mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 16:23:12 +00:00
Merge pull request #991 from mir-protocol/disable_couple_tests
Disable a couple tests
This commit is contained in:
commit
049a258b4a
@ -28,6 +28,7 @@ type C = PoseidonGoldilocksConfig;
|
|||||||
|
|
||||||
/// Test a simple token transfer to a new address.
|
/// Test a simple token transfer to a new address.
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore] // Too slow to run on CI.
|
||||||
fn test_basic_smart_contract() -> anyhow::Result<()> {
|
fn test_basic_smart_contract() -> anyhow::Result<()> {
|
||||||
init_logger();
|
init_logger();
|
||||||
|
|
||||||
|
|||||||
@ -26,6 +26,7 @@ type C = PoseidonGoldilocksConfig;
|
|||||||
|
|
||||||
/// The `selfBalanceGasCost` test case from https://github.com/ethereum/tests
|
/// The `selfBalanceGasCost` test case from https://github.com/ethereum/tests
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore] // Too slow to run on CI.
|
||||||
fn self_balance_gas_cost() -> anyhow::Result<()> {
|
fn self_balance_gas_cost() -> anyhow::Result<()> {
|
||||||
init_logger();
|
init_logger();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user