case: fix memory leak with return cause

This commit is contained in:
Alex Duan 2024-01-10 11:29:24 +08:00
parent 273e47a1fb
commit 7744a31deb
1 changed files with 16 additions and 17 deletions

View File

@ -86,8 +86,7 @@ class TDTestCase(TBase):
tdLog.debug(f"start to excute {__file__}")
if eos.isArm64Cpu():
tdLog.success(f"{__file__} arm64 ignore executed")
return
else:
# insert data
self.insertData()