Skip to content

Commit

Permalink
add back bitcoin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Dec 20, 2024
1 parent a728d2d commit fc3dd9b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cmd/zetae2e/local/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,14 @@ func localE2ETest(cmd *cobra.Command, _ []string) {
// btc withdraw tests are those that need a Bitcoin node wallet to send UTXOs
bitcoinDepositTests := []string{
e2etests.TestBitcoinDonationName,
//e2etests.TestBitcoinDepositName,
//e2etests.TestBitcoinDepositAndCallName,
//e2etests.TestBitcoinDepositAndCallRevertName,
//e2etests.TestBitcoinStdMemoDepositName,
//e2etests.TestBitcoinStdMemoDepositAndCallName,
//e2etests.TestBitcoinStdMemoDepositAndCallRevertName,
//e2etests.TestBitcoinStdMemoInscribedDepositAndCallName,
//e2etests.TestCrosschainSwapName,
e2etests.TestBitcoinDepositName,
e2etests.TestBitcoinDepositAndCallName,
e2etests.TestBitcoinDepositAndCallRevertName,
e2etests.TestBitcoinStdMemoDepositName,
e2etests.TestBitcoinStdMemoDepositAndCallName,
e2etests.TestBitcoinStdMemoDepositAndCallRevertName,
e2etests.TestBitcoinStdMemoInscribedDepositAndCallName,
e2etests.TestCrosschainSwapName,
}
bitcoinDepositTestsAdvanced := []string{
e2etests.TestBitcoinDepositAndCallRevertWithDustName,
Expand Down

0 comments on commit fc3dd9b

Please sign in to comment.