Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 242fffe

Browse files
committed
Disable WebDriverSelectTest on saucelabs - it is too slow and has minimal value
1 parent 5f7a311 commit 242fffe

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

tests/functional/WebDriverCheckboxesTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818
use Facebook\WebDriver\Exception\NoSuchElementException;
1919

20+
/**
21+
* @covers \Facebook\WebDriver\WebDriverCheckboxes
22+
* @covers \Facebook\WebDriver\AbstractWebDriverCheckboxOrRadio
23+
*/
2024
class WebDriverCheckboxesTest extends WebDriverTestCase
2125
{
2226
protected function setUp()

tests/functional/WebDriverRadiosTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
use Facebook\WebDriver\Exception\NoSuchElementException;
1919
use Facebook\WebDriver\Exception\UnsupportedOperationException;
2020

21+
/**
22+
* @covers \Facebook\WebDriver\WebDriverRadios
23+
* @covers \Facebook\WebDriver\AbstractWebDriverCheckboxOrRadio
24+
*/
2125
class WebDriverRadiosTest extends WebDriverTestCase
2226
{
2327
protected function setUp()

tests/functional/WebDriverSelectTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
use Facebook\WebDriver\Exception\UnsupportedOperationException;
2121

2222
/**
23+
* @group exclude-saucelabs
2324
* @covers \Facebook\WebDriver\WebDriverSelect
2425
* @covers \Facebook\WebDriver\Exception\UnexpectedTagNameException
2526
*/

0 commit comments

Comments
 (0)