Skip to content

Commit

Permalink
chore(iota-core): Ignore tests failing because of pprof bug (#2166)
Browse files Browse the repository at this point in the history
Co-authored-by: Thibault Martinez <[email protected]>
  • Loading branch information
DaughterOfMars and thibault-martinez authored Sep 2, 2024
1 parent b58d45e commit c34e553
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/iota-core/src/authority/authority_store_pruner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,7 @@ mod pprof_tests {
}

#[tokio::test]
#[ignore = "https://github.com/iotaledger/iota/issues/958"]
async fn ensure_no_tombstone_fragmentation_in_stack_frame_with_ignore_tombstones()
-> Result<(), anyhow::Error> {
// This test writes a bunch of objects to objects table, invokes pruning on it
Expand Down Expand Up @@ -1151,6 +1152,7 @@ mod pprof_tests {
}

#[tokio::test]
#[ignore = "https://github.com/iotaledger/iota/issues/958"]
async fn ensure_no_tombstone_fragmentation_in_stack_frame_after_flush()
-> Result<(), anyhow::Error> {
// This test writes a bunch of objects to objects table, invokes pruning on it
Expand Down

0 comments on commit c34e553

Please sign in to comment.