From be882590a36b9019297239e18b1fc22df348f651 Mon Sep 17 00:00:00 2001 From: Brad Harris Date: Mon, 26 Aug 2013 14:39:19 -0600 Subject: [PATCH] disabling testling safari keeps timing out when trying to acquire a server, and causing the rest of the tests to not execute. --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3daa258..33da446 100644 --- a/package.json +++ b/package.json @@ -41,9 +41,8 @@ "ie/9..latest", "firefox/19..latest", "chrome/25..latest", - "safari/latest", - "iphone/6", - "ipad/6", + "iphone/latest", + "ipad/latest", "android-browser/latest" ], "harness": "mocha-tdd",