Skip to content

Commit

Permalink
Teardown etcd after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Apr 27, 2024
1 parent eedc771 commit c567816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/router/ebpf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1302,5 +1302,7 @@ func TestMain(m *testing.M) {

code := m.Run()

data.TearDown()

os.Exit(code)
}

0 comments on commit c567816

Please sign in to comment.