Skip to content

Commit 1c6f52b

Browse files
committed
running require_contract_deployment sequentially
1 parent 8abfcdf commit 1c6f52b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/src/e2e_vm_tests/mod.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,15 +1209,6 @@ pub async fn run_in_parallel(filter_config: &FilterConfig, run_config: &RunConfi
12091209
&failed_tests,
12101210
);
12111211

1212-
// 2. Run "run_on_node" tests that don't share contracts in parallel over different wallets.
1213-
let mut run_on_node_tests_per_wallet = HashMap::new();
1214-
for test in run_on_node_tests.iter() {
1215-
let signing_key = *test.expect_signing_key();
1216-
run_on_node_tests_per_wallet
1217-
.entry(signing_key)
1218-
.or_insert_with(Vec::new)
1219-
.push(test);
1220-
}
12211212
let longest_wallet_test_chain_size = run_on_node_tests_per_wallet
12221213
.values()
12231214
.max_by_key(|tests| tests.len())

0 commit comments

Comments
 (0)