Skip to content

Commit

Permalink
daemon: cancel daemon context on TearDownTest
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm authored and borkmann committed Jun 3, 2020
1 parent 0bc0aa8 commit 56b48e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemon/cmd/daemon_test.go
Expand Up @@ -150,6 +150,7 @@ func (ds *DaemonSuite) TearDownTest(c *C) {
identitymanager.RemoveAll()

ds.d.Close()
ds.d.cancel()
}

type DaemonEtcdSuite struct {
Expand Down

0 comments on commit 56b48e0

Please sign in to comment.