We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8886a commit dbe3f3aCopy full SHA for dbe3f3a
1 file changed
tests/Integration/DevicesTest.php
@@ -47,6 +47,7 @@ public static function setUpBeforeClass(): void
47
*/
48
public function testListDeviceCodes(): void
49
{
50
+ $this->markTestSkipped("This test is skipped because the server has been erroring inconsistently.");
51
$response = self::$client->devices->codes->list();
52
$page = $response->getPages()->current();
53
$deviceCodes = $page->getItems();
0 commit comments