Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
be1926f24f
1 mainītis faili ar 0 papildinājumiem un 24 dzēšanām
  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);