浏览代码

SauceLabs moved the mobile browser testing to Appium.

Let's just remove them for now and will figure out the Appium thing later.
Andy Li 9 年之前
父节点
当前提交
be1926f24f
共有 1 个文件被更改,包括 0 次插入24 次删除
  1. 0 24
      tests/unit/src/RunSauceLabs.hx

+ 0 - 24
tests/unit/src/RunSauceLabs.hx

@@ -119,30 +119,6 @@ class RunSauceLabs {
 				"platform": "OS X 10.11",
 				"version": "9.0"
 			},
-			{
-				"browserName": "iphone",
-				"platform": "OS X 10.8",
-				"version": "6.1",
-				"device-orientation": "portrait"
-			},
-			{
-				"browserName": "iphone",
-				"platform": "OS X 10.9",
-				"version": "8.1",
-				"device-orientation": "portrait"
-			},
-			{
-				"browserName": "android",
-				"platform": "Linux",
-				"version": "4.0",
-				"device-orientation": "portrait"
-			},
-			{
-				"browserName": "android",
-				"platform": "Linux",
-				"version": "4.3",
-				"device-orientation": "portrait"
-			}
 		];
 
 		var arg, args = process.argv.slice(2);