Skip to content

Commit dbe3f3a

Browse files
committed
Manually skip test with inconsistent server errors
1 parent 2a8886a commit dbe3f3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Integration/DevicesTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public static function setUpBeforeClass(): void
4747
*/
4848
public function testListDeviceCodes(): void
4949
{
50+
$this->markTestSkipped("This test is skipped because the server has been erroring inconsistently.");
5051
$response = self::$client->devices->codes->list();
5152
$page = $response->getPages()->current();
5253
$deviceCodes = $page->getItems();

0 commit comments

Comments
 (0)