Skip to content

Commit

Permalink
Merge branch 'develop' into fix/data-availability-fee
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-momin authored Feb 19, 2025
2 parents 945ef7e + be60782 commit 8ee0199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/solana/txm/txm_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ func TestTxm_Integration_Reorg(t *testing.T) {
})

t.Run("confirmed reorg: previous tx is replaced and new one is finalized", func(t *testing.T) {
// TODO: Investigate why this test has become flakey. Revisit logic on how to simulate re-orgs
t.Skip()
// Start live validator and setup test environment
t.Parallel()
ledgerDir := t.TempDir()
Expand Down

0 comments on commit 8ee0199

Please sign in to comment.