case: fix memory leak with return cause
This commit is contained in:
parent
273e47a1fb
commit
7744a31deb
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue