Skip to content

Commit 682867f

Browse files
starknet_transaction_prover: disable tests blocking block hash change at the request of Avi Cohen
1 parent 1b57f15 commit 682867f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

crates/starknet_transaction_prover/src/proving/virtual_snos_prover_test.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ use crate::test_utils::{
4747
/// Integration test for the full prover pipeline with a `balanceOf` transaction.
4848
/// Runs on a Sepolia environment; in live/recording mode requires a Sepolia RPC node via
4949
/// `NODE_URL`.
50+
// TODO(Avi): re-enable this test.
51+
#[cfg(any())]
5052
#[rstest]
5153
#[tokio::test(flavor = "multi_thread")]
5254
#[ignore]
@@ -85,6 +87,8 @@ async fn test_prove_balance_of_transaction() {
8587
/// Integration test for the full prover pipeline with a STRK `transfer` transaction.
8688
/// Runs on a Sepolia environment; in live/recording mode requires a Sepolia RPC node via
8789
/// `NODE_URL`.
90+
// TODO(Avi): re-enable this test.
91+
#[cfg(any())]
8892
#[rstest]
8993
#[tokio::test(flavor = "multi_thread")]
9094
#[ignore] // Run with --ignored; supports live, recording, and offline modes.

0 commit comments

Comments
 (0)