Skip to content

Commit 5279088

Browse files
committed
Fix sporadic test failures
- Shared TestClientResources shutdown during tests, caused subsequent test to fail.
1 parent e82a72a commit 5279088

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/java/io/lettuce/core/failover/DatabaseEndpointCallbackTests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ void setUp() {
5454

5555
@AfterEach
5656
void tearDown() {
57-
if (clientResources != null) {
58-
FastShutdown.shutdown(clientResources);
59-
}
6057
if (endpoint != null) {
6158
endpoint.close();
6259
}

0 commit comments

Comments
 (0)