diff --git a/pages/API/modal/modal.test.js b/pages/API/modal/modal.test.js index 4c985f41d1ec524dd920eebc8826ff2eee60286b..a6b58cbfb306fab14fedc375d3d4f58173d67cb6 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')