Skip to content

Commit

Permalink
disable RBF test by default; it require one-line code change
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Jan 28, 2025
1 parent c2a52c0 commit 209e270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zetae2e/local/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ func localE2ETest(cmd *cobra.Command, _ []string) {
e2etests.TestBitcoinWithdrawP2WSHName,
e2etests.TestBitcoinWithdrawMultipleName,
e2etests.TestBitcoinWithdrawRestrictedName,
e2etests.TestBitcoinWithdrawRBFName,
//e2etests.TestBitcoinWithdrawRBFName,
}

if !light {
Expand Down

0 comments on commit 209e270

Please sign in to comment.