Skip to content

Commit

Permalink
Restore ignored tests
Browse files Browse the repository at this point in the history
They were disabled when we experimented with not sending the full tx.
  • Loading branch information
sstone committed Feb 5, 2024
1 parent 23d0c40 commit 9d49ab5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class SwapInManagerTestsCommon : LightningTestSuite() {
}
}

@Ignore // FIXME
@Test
fun `swap funds -- ignore inputs from pending channel`() {
val (waitForFundingSigned, _) = WaitForFundingSignedTestsCommon.init()
val wallet = run {
Expand All @@ -148,7 +148,7 @@ class SwapInManagerTestsCommon : LightningTestSuite() {
mgr.process(cmd).also { assertNotNull(it) }
}

@Ignore // FIXME
@Test
fun `swap funds -- ignore inputs from pending splices`() {
val (alice, bob) = TestsHelper.reachNormal(zeroConf = true)
val (alice1, _) = SpliceTestsCommon.spliceIn(alice, bob, listOf(50_000.sat, 75_000.sat))
Expand All @@ -171,7 +171,7 @@ class SwapInManagerTestsCommon : LightningTestSuite() {
}
}

@Ignore // FIXME
@Test
fun `swap funds -- ignore inputs from confirmed splice`() {
val (alice, bob) = TestsHelper.reachNormal(zeroConf = true)
val (alice1, _) = SpliceTestsCommon.spliceIn(alice, bob, listOf(50_000.sat, 75_000.sat))
Expand Down

0 comments on commit 9d49ab5

Please sign in to comment.