Skip to content

Commit 0a3b2b7

Browse files
committed
Remove outdated test skips
1 parent fc7e2ed commit 0a3b2b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/ClientTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ public function testToString()
4848

4949
public function testSelectCollectionInheritsOptions()
5050
{
51-
$this->markTestSkipped('Depends on https://jira.mongodb.org/browse/PHPC-523');
52-
5351
$uriOptions = [
5452
'readConcernLevel' => ReadConcern::LOCAL,
5553
'readPreference' => 'secondaryPreferred',
@@ -112,8 +110,6 @@ public function testGetSelectsDatabaseAndInheritsOptions()
112110

113111
public function testSelectDatabaseInheritsOptions()
114112
{
115-
$this->markTestSkipped('Depends on https://jira.mongodb.org/browse/PHPC-523');
116-
117113
$uriOptions = [
118114
'readConcernLevel' => ReadConcern::LOCAL,
119115
'readPreference' => 'secondaryPreferred',

0 commit comments

Comments
 (0)