Skip to content

Commit 174fb21

Browse files
committed
Don't clean up for the metric service test teardown
As it then will produce error messages infecting the logs
1 parent 6532f43 commit 174fb21

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/java/org/phoebus/channelfinder/MetricsServiceIT.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ void setupAll() {
7171
ElasticConfigIT.setUp(esService);
7272
}
7373

74-
@AfterAll
75-
void tearDown() throws IOException {
76-
ElasticConfigIT.teardown(esService);
77-
}
78-
7974
@AfterEach
8075
public void cleanup() {
8176
MultiValueMap<String, String> map = new LinkedMultiValueMap<>();

0 commit comments

Comments
 (0)