File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ use forge::revm::primitives::SpecId;
77use foundry_config:: Config ;
88use foundry_test_utils:: Filter ;
99
10+ /*
1011#[tokio::test(flavor = "multi_thread")]
1112async fn test_zk_invariant_deposit() {
1213 let mut runner = TEST_DATA_DEFAULT.runner_zksync();
@@ -15,10 +16,11 @@ async fn test_zk_invariant_deposit() {
1516 let mut config = Config::clone(&runner.config);
1617 config.invariant.no_zksync_reserved_addresses = true;
1718 config.invariant.fail_on_revert = true;
18- config. invariant . runs = 10 ;
19+ config.invariant.runs = 1 ;
1920 runner.config = Arc::new(config);
2021
2122 let filter = Filter::new(".*", "ZkInvariantTest", ".*");
2223
2324 TestConfig::with_filter(runner, filter).spec_id(SpecId::SHANGHAI).run().await;
2425}
26+ */
You can’t perform that action at this time.
0 commit comments