mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 18:43:42 +02:00
@ -2170,7 +2170,7 @@ func updateState(batchTick chan time.Time, link *channelLink,
|
|||||||
// sleep in this test and the one below
|
// sleep in this test and the one below
|
||||||
func TestChannelLinkBandwidthConsistency(t *testing.T) {
|
func TestChannelLinkBandwidthConsistency(t *testing.T) {
|
||||||
if !build.IsDevBuild() {
|
if !build.IsDevBuild() {
|
||||||
t.Fatalf("htlcswitch tests must be run with '-tags debug")
|
t.Fatalf("htlcswitch tests must be run with '-tags dev")
|
||||||
}
|
}
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
@ -2904,7 +2904,7 @@ func TestChannelLinkTrimCircuitsPending(t *testing.T) {
|
|||||||
// circuits if the ADDs corresponding to open circuits are never committed.
|
// circuits if the ADDs corresponding to open circuits are never committed.
|
||||||
func TestChannelLinkTrimCircuitsNoCommit(t *testing.T) {
|
func TestChannelLinkTrimCircuitsNoCommit(t *testing.T) {
|
||||||
if !build.IsDevBuild() {
|
if !build.IsDevBuild() {
|
||||||
t.Fatalf("htlcswitch tests must be run with '-tags debug")
|
t.Fatalf("htlcswitch tests must be run with '-tags dev")
|
||||||
}
|
}
|
||||||
|
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
Reference in New Issue
Block a user