Update s3_basic.py

stream is not right
This commit is contained in:
Alex Duan 2024-01-23 10:45:17 +08:00 committed by GitHub
parent 8670d8c962
commit 5a42b51523
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class TDTestCase(TBase):
self.checkInsertCorrect()
# check stream correct and drop stream
self.checkStreamCorrect()
# self.checkStreamCorrect()
# drop stream
self.dropStream(self.sname)