Commit 0a3b2b7f authored by Katherine Walker's avatar Katherine Walker

Remove outdated test skips

parent fc7e2edb
......@@ -48,8 +48,6 @@ class ClientTest extends TestCase
public function testSelectCollectionInheritsOptions()
{
$this->markTestSkipped('Depends on https://jira.mongodb.org/browse/PHPC-523');
$uriOptions = [
'readConcernLevel' => ReadConcern::LOCAL,
'readPreference' => 'secondaryPreferred',
......@@ -112,8 +110,6 @@ class ClientTest extends TestCase
public function testSelectDatabaseInheritsOptions()
{
$this->markTestSkipped('Depends on https://jira.mongodb.org/browse/PHPC-523');
$uriOptions = [
'readConcernLevel' => ReadConcern::LOCAL,
'readPreference' => 'secondaryPreferred',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment