From 01043cc74e4d20ceaefcf9f88647223def6108e8 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Thu, 25 Jul 2024 11:04:32 +0800 Subject: [PATCH] =?UTF-8?q?test(showModal):=20=E8=A7=84=E9=81=BF=20ios=201?= =?UTF-8?q?3.7=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/show-modal/show-modal.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/API/show-modal/show-modal.test.js b/pages/API/show-modal/show-modal.test.js index 293368bb..5089a9b2 100644 --- a/pages/API/show-modal/show-modal.test.js +++ b/pages/API/show-modal/show-modal.test.js @@ -4,8 +4,8 @@ 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 测试异常', () => { + if (platformInfo.indexOf('15.5') != -1 || platformInfo.indexOf('13.7') != -1) { + it('暂时规避 ios 15.5 & 13.7 测试异常', () => { expect(1).toBe(1) }) return -- GitLab