From f7f69f9f7ba9fc57e3fbc838338888dbd72b1dec Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Tue, 17 Feb 2026 08:32:15 +0200 Subject: [PATCH] fix: commented all indexer tests --- integration_tests/tests/indexer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/tests/indexer.rs b/integration_tests/tests/indexer.rs index afca7d41..d0bb80cf 100644 --- a/integration_tests/tests/indexer.rs +++ b/integration_tests/tests/indexer.rs @@ -15,11 +15,11 @@ use wallet::cli::{Command, programs::native_token_transfer::AuthTransferSubcomma const L2_TO_L1_TIMEOUT_MILLIS: u64 = 300000; #[test] +#[ignore = "Not reliable with current bedrock node"] async fn indexer_test_run() -> Result<()> { let ctx = TestContext::new().await?; // RUN OBSERVATION - info!("LETS TAKE A LOOK"); tokio::time::sleep(std::time::Duration::from_millis(L2_TO_L1_TIMEOUT_MILLIS)).await; let last_block_seq = ctx