github.com/decred/dcrlnd@v0.7.6/lntest/itest/lnd_no_etcd_dummy_failover_test.go (about)

     1  //go:build !kvdb_etcd
     2  // +build !kvdb_etcd
     3  
     4  package itest
     5  
     6  import (
     7  	"github.com/decred/dcrlnd/lntest"
     8  )
     9  
    10  // testEtcdFailover is an empty itest when LND is not compiled with etcd
    11  // support.
    12  func testEtcdFailover(net *lntest.NetworkHarness, ht *harnessTest) {}