From 13966db554a60dccb503cff58ecea4f650cbc5ef Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Thu, 29 Apr 2021 11:31:04 +0200 Subject: [PATCH] waddrmgr: test flake fix --- waddrmgr/manager_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/waddrmgr/manager_test.go b/waddrmgr/manager_test.go index 557bae4..fa46775 100644 --- a/waddrmgr/manager_test.go +++ b/waddrmgr/manager_test.go @@ -1813,8 +1813,6 @@ func testSync(tc *testContext) bool { // It makes use of a test context because the address manager is persistent and // much of the testing involves having specific state. func TestManager(t *testing.T) { - t.Parallel() - tests := []struct { name string createdWatchingOnly bool