From 81cfde12f35ba5c2635fc5cad2166ae241cefca6 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 11 Nov 2014 07:57:16 -0800 Subject: [PATCH] Remove Android 4.0 from Sauce until their issue is resolved. --- test/saucelabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/saucelabs.js b/test/saucelabs.js index 198b5d7a2..f1b2edf2f 100644 --- a/test/saucelabs.js +++ b/test/saucelabs.js @@ -103,7 +103,7 @@ var browserNameMap = { /** List of platforms to load the runner on */ var platforms = [ //['Linux', 'android', '4.3'], - ['Linux', 'android', '4.0'], + //['Linux', 'android', '4.0'], ['Windows 8.1', 'firefox', '33'], ['Windows 8.1', 'firefox', '32'], ['Windows 8.1', 'firefox', '20'],