diff --git a/tests/Doctrine/Tests/DBAL/Functional/StatementTest.php b/tests/Doctrine/Tests/DBAL/Functional/StatementTest.php index 9827e89b4dd..a6408071c2a 100644 --- a/tests/Doctrine/Tests/DBAL/Functional/StatementTest.php +++ b/tests/Doctrine/Tests/DBAL/Functional/StatementTest.php @@ -115,10 +115,6 @@ public function testFetchLongBlob() $this->_conn->getDatabasePlatform() ); - if ($this->_conn->getDriver()->getName() === 'pdo_sqlsrv') { - $this->markTestSkipped('Skipping on pdo_sqlsrv due to https://github.com/Microsoft/msphpsql/issues/270'); - } - self::assertSame($contents, stream_get_contents($stream)); }