Skip to content

Commit

Permalink
End2End: bring back removed tests with HTLC
Browse files Browse the repository at this point in the history
We had to remove some tests that used monohop,
we now bring them back with htlc instead of monohop.
  • Loading branch information
aarani committed Jul 13, 2022
1 parent 53cd867 commit 80181af
Show file tree
Hide file tree
Showing 2 changed files with 1,095 additions and 74 deletions.
3 changes: 1 addition & 2 deletions scripts/make.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,9 @@ let RunTests (suite: string) =
let twoProcessTestNames =
[
"ChannelOpening"
"MonoHopUnidirectionalPayments"
"HtlcPayment"
"ChannelClosingAfterJustOpening"
"ChannelClosingAfterSendingMonoHopPayments"
"ChannelClosingAfterSendingHTLCPayments"
"ChannelLocalForceClosing"
"ChannelRemoteForceClosingByFunder"
"ChannelRemoteForceClosingByFundee"
Expand Down
Loading

0 comments on commit 80181af

Please sign in to comment.