Skip to content

Commit 1d6c77e

Browse files
fix: Skip unavailable token instrument update test
1 parent d8c523f commit 1d6c77e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Checkout/Tests/Instruments/InstrumentsIntegrationTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ public function shouldCreateAndGetInstrument()
103103
*/
104104
public function shouldUpdateTokenInstrument()
105105
{
106+
$this->markTestSkipped("unavailable");
107+
106108
$tokenInstrument = $this->createTokenInstrument();
107109

108110
$tokenResponse = $this->requestToken();
@@ -248,7 +250,6 @@ private function createTokenInstrument()
248250
"customer"
249251
);
250252

251-
252253
return $response;
253254
}
254255
}

0 commit comments

Comments
 (0)