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

issue: #36237
pr: #36231

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
This commit is contained in:
wei liu 2024-09-14 15:43:08 +08:00 committed by GitHub
parent 38b307e230
commit efed3d3ed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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()
}