Browse Source

Remove Opera (takes too much time)

master
Sébastien Lucas 10 years ago
parent
commit
d2ab76b23f
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      test/Sauce.php

+ 0
- 8
test/Sauce.php View File

@@ -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',


Loading…
Cancel
Save