提交 b5880879 编写于 作者: shutao-dc's avatar shutao-dc

update save-image-to-photos-album.test.js

image.test.js
上级 dd4dc04e
......@@ -24,8 +24,8 @@ describe('API-saveImageToPhotosAlbum', () => {
if (isAndroid) {
const infos = platformInfo.split(' ');
const version = parseInt(infos[infos.length - 1]);
if (version < 24) {
console.log("安卓版本小于24设备 不进行saveImage测试,模拟器会出现闪退影响后续测试")
if (version < 7) {
console.log("安卓版本小于7设备 不进行saveImage测试,模拟器会出现闪退影响后续测试")
expect(1).toBe(1)
return
}
......
......@@ -123,8 +123,8 @@ describe('component-native-image', () => {
if (process.env.uniTestPlatformInfo.startsWith('android')) {
const infos = process.env.uniTestPlatformInfo.split(' ');
const version = parseInt(infos[infos.length - 1]);
if (version < 26) {
console.log("安卓版本小于26设备 测试image-long 模拟器会出现内存不足错误 影响后续测试")
if (version < 8) {
console.log("安卓版本小于8设备 测试image-long 模拟器会出现内存不足错误 影响后续测试")
expect(1).toBe(1)
return
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册