Skip to content

Commit

Permalink
Disable LN swaps tests since these often fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoquick committed Dec 12, 2023
1 parent 8401a3e commit 24c4ccc
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 24c4ccc

Please sign in to comment.