From 83ed92549323b67866738a5001fc78771c4ea32f Mon Sep 17 00:00:00 2001 From: wangzhitong Date: Wed, 26 Jun 2024 18:33:38 +0800 Subject: [PATCH] =?UTF-8?q?test(modal):=20=E8=A7=84=E9=81=BF=20ios=2015.5?= =?UTF-8?q?=20=E6=B5=8B=E8=AF=95=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/modal/modal.test.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/API/modal/modal.test.js b/pages/API/modal/modal.test.js index 4c985f41..a6b58cbf 100644 --- a/pages/API/modal/modal.test.js +++ b/pages/API/modal/modal.test.js @@ -4,12 +4,12 @@ describe('API-loading', () => { const platformInfo = process.env.uniTestPlatformInfo.toLocaleLowerCase() const isApp = process.env.UNI_OS_NAME === "android" || process.env.UNI_OS_NAME === "ios"; - // if (platformInfo.indexOf('15.5') != -1) { - // it('暂时规避 ios 15.5 测试异常', () => { - // expect(1).toBe(1) - // }) - // return - // } + if (platformInfo.indexOf('15.5') != -1) { + it('暂时规避 ios 15.5 测试异常', () => { + expect(1).toBe(1) + }) + return + } beforeAll(async () => { page = await program.reLaunch('/pages/API/modal/modal') -- GitLab