Skip to content

Commit

Permalink
Skipped flakey test until issue is found
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-momin committed Feb 17, 2025
1 parent 3a27fc7 commit e74a97c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/solana/chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@ func TestChain_MultiNode_TransactionSender(t *testing.T) {
}

func TestSolanaChain_MultiNode_Txm(t *testing.T) {
// Skipping since this test is causing flakes
// TODO: Re-enable after the test flake is fixed
t.Skip()
ctx := tests.Context(t)
cfg := solcfg.NewDefault()
cfg.MultiNode.MultiNode.Enabled = ptr(true)
Expand Down

0 comments on commit e74a97c

Please sign in to comment.