waddrmgr: test flake fix
This commit is contained in:
parent
98ba16748e
commit
13966db554
1 changed files with 0 additions and 2 deletions
|
@ -1813,8 +1813,6 @@ func testSync(tc *testContext) bool {
|
||||||
// It makes use of a test context because the address manager is persistent and
|
// It makes use of a test context because the address manager is persistent and
|
||||||
// much of the testing involves having specific state.
|
// much of the testing involves having specific state.
|
||||||
func TestManager(t *testing.T) {
|
func TestManager(t *testing.T) {
|
||||||
t.Parallel()
|
|
||||||
|
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
name string
|
name string
|
||||||
createdWatchingOnly bool
|
createdWatchingOnly bool
|
||||||
|
|
Loading…
Reference in a new issue