update cases/smoke/basic/screenshot32/xdevice_smoke/testcases/Launcher.py.

Signed-off-by: 贾孟元 <jiamengyuan@h-partners.com>
This commit is contained in:
贾孟元 2024-03-20 01:06:47 +00:00 committed by Gitee
parent e741522af1
commit 1ab32707cd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -53,7 +53,7 @@ class Launcher(ITestCase):
except:
if retry < 2:
self.step('步骤7.{}:启动失败,重启设备,重试'.format(retry))
self.common_oh.shell(self.Phone1, 'rm -rf /data/*')
# self.common_oh.shell(self.Phone1, 'rm -rf /data/*')
self.common_oh.safeReboot(self.Phone1)
# for i in range(5):
# try: