Skip to content

Commit

Permalink
Disable LN swaps tests since these often fail. (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoquick authored Dec 13, 2023
1 parent 1f9cffe commit 003ff90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/lightning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ pub async fn check_payment_test() -> Result<()> {
Ok(())
}

#[ignore = "we're not using Deezy LN swaps, so we can disable them in tests"]
#[tokio::test]
pub async fn swap_btc_ln_test() -> Result<()> {
init_logging("lightning=warn");
Expand All @@ -213,6 +214,7 @@ pub async fn swap_btc_ln_test() -> Result<()> {
Ok(())
}

#[ignore = "we're not using Deezy LN swaps, so we can disable them in tests"]
#[tokio::test]
pub async fn swap_ln_btc_test() -> Result<()> {
init_logging("lightning=warn");
Expand Down

0 comments on commit 003ff90

Please sign in to comment.