From d8855d0279188ca71ed43358a2c048ad86480bdf Mon Sep 17 00:00:00 2001 From: wangzhitong Date: Wed, 26 Jun 2024 18:11:24 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E7=A7=BB=E9=99=A4=20=E8=A7=84=E9=81=BF?= =?UTF-8?q?iOS15.5=E7=9A=84=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 a6b58cbf..4c985f41 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