diff --git a/pages/component/open-type/open-type.test.js b/pages/component/open-type/open-type.test.js index 3dc6be597bbe1e076fc79185978a6f0054dfc4cf..344a9c44f3c2ee2a29eef637e96def1d7adf6479 100644 --- a/pages/component/open-type/open-type.test.js +++ b/pages/component/open-type/open-type.test.js @@ -1,5 +1,12 @@ let page; describe('open-type', () => { + if (!isAndroid()) { + // TODO: web 端暂不支持测试 + it('web', async () => { + expect(1).toBe(1) + }) + return + } beforeAll(async () => { page = await program.reLaunch('/pages/component/open-type/open-type') await page.waitFor(600);