Skip to content

Commit

Permalink
ignore event mismatching
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Jul 11, 2024
1 parent a748a96 commit 32935ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rpc-state-reader/src/blockifier_state_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ mod tests {
RpcChain::MainNet
)]
#[test_case(
// review later
// review later (also has events mismatch)
"0x0743092843086fa6d7f4a296a226ee23766b8acf16728aef7195ce5414dc4d84",
186548, // real block 186549
RpcChain::MainNet
Expand Down Expand Up @@ -585,14 +585,18 @@ mod tests {
RpcChain::MainNet
)]
#[test_case(
// events mismatch
"0x75d7ef42a815e4d9442efcb509baa2035c78ea6a6272ae29e87885788d4c85e",
654000, // real block 654001
RpcChain::MainNet
=> ignore["events mismatch"]
)]
#[test_case(
// events mismatch
"0x1ecb4b825f629eeb9816ddfd6905a85f6d2c89995907eacaf6dc64e27a2c917",
654000, // real block 654001
RpcChain::MainNet
=> ignore["events mismatch"]
)]
#[test_case(
"0x70d83cb9e25f1e9f7be2608f72c7000796e4a222c1ed79a0ea81abe5172557b",
Expand Down

0 comments on commit 32935ba

Please sign in to comment.