Skip to content

Commit a784ec9

Browse files
committed
close stuff in test
1 parent 7cac5b2 commit a784ec9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

communication/src/test/groovy/datadog/communication/monitor/DDAgentStatsDClientTest.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ class DDAgentStatsDClientTest extends DDSpecification {
140140
cleanup:
141141
injectSysConfig(EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED, "true")
142142
ProcessTags.reset()
143+
client.close()
144+
server.close()
143145

144146
where:
145147
namespace | constantTags | expectedMetricName | expectedTags

0 commit comments

Comments
 (0)