fix: [skip e2e] Fix unstable ut TestCollectionObserver (#36231)

issue: #36237

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
pull/36267/head
wei liu 2024-09-13 19:01:09 +08:00 committed by GitHub
parent fb2a41a94c
commit f7d950d465
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -226,8 +226,8 @@ func (suite *CollectionObserverSuite) SetupTest() {
}
func (suite *CollectionObserverSuite) TearDownTest() {
suite.targetObserver.Stop()
suite.ob.Stop()
suite.targetObserver.Stop()
suite.kv.Close()
}