Skip to content

Commit c23ebf4

Browse files
committed
disconnect cluster after tests
Signed-off-by: Emilien Bevierre <emilien.bevierre@couchbase.com>
1 parent e61dfba commit c23ebf4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/org/springframework/data/couchbase/core/CouchbaseTemplateSearchIntegrationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ static void tearDownFtsIndex() {
8686
logCluster(cluster, "tearDownFtsIndex");
8787
}
8888
callSuperAfterAll(new Object() {});
89+
cluster.disconnect();
8990
}
9091

9192
/**

0 commit comments

Comments
 (0)