We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75119c6 commit 3bb3c78Copy full SHA for 3bb3c78
tests/Integration/TransactionIntegrationTest.php
@@ -213,6 +213,7 @@ public function testCommitValidFilledWithInvalidStatement(): void
213
214
public function testCommitInvalid(): void
215
{
216
+ $this->markTestSkipped('Skipped due to ConnectionTimeoutException');
217
$tsx = $this->getSession()->beginTransaction();
218
$tsx->commit();
219
@@ -226,6 +227,7 @@ public function testCommitInvalid(): void
226
227
228
public function testRollbackValid(): void
229
230
231
232
$tsx->rollback();
233
0 commit comments