Skip to content

Commit 765cf6a

Browse files
remove prover configuration from local test validator
1 parent 9ed7a5d commit 765cf6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

forester/tests/e2e_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use light_batched_merkle_tree::{
1818
};
1919
use light_client::{
2020
indexer::{AddressWithTree, GetCompressedTokenAccountsByOwnerOrDelegateOptions, Indexer},
21-
local_test_validator::{LightValidatorConfig, ProverConfig},
21+
local_test_validator::LightValidatorConfig,
2222
rpc::{LightClient, LightClientConfig, Rpc},
2323
};
2424
use light_compressed_account::{
@@ -243,8 +243,8 @@ async fn e2e_test() {
243243
if test_mode == TestMode::Local {
244244
init(Some(LightValidatorConfig {
245245
enable_indexer: true,
246+
enable_prover: false,
246247
wait_time: 60,
247-
prover_config: None,
248248
sbf_programs: vec![(
249249
"FNt7byTHev1k5x2cXZLBr8TdWiC3zoP5vcnZR4P682Uy".to_string(),
250250
"../target/deploy/create_address_test_program.so".to_string(),

0 commit comments

Comments
 (0)