From d2ab76b23f6a4266e8a2a8b90f035897fa5e6383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 10 Apr 2014 21:55:34 +0200 Subject: [PATCH] Remove Opera (takes too much time) --- test/Sauce.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/Sauce.php b/test/Sauce.php index 55b44fd..38f6848 100644 --- a/test/Sauce.php +++ b/test/Sauce.php @@ -29,14 +29,6 @@ class Cops extends Sauce\Sausage\WebDriverTestCase 'platform' => 'Windows 8.1', ) ), - // run Opera 12 on Windows 7 on Sauce - array( - 'browserName' => 'opera', - 'desiredCapabilities' => array( - 'version' => '12', - 'platform' => 'Windows 7', - ) - ), // run Safari 7 on Maverick on Sauce array( 'browserName' => 'safari',