Skip to content

Commit ee66394

Browse files
committed
Skip new tests from PHPLIB-1725 while Session getSnapshotTime is implemented
1 parent cec5c3e commit ee66394

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/UnifiedSpecTests/UnifiedSpecTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ class UnifiedSpecTest extends FunctionalTestCase
6969
'crud/updateMany-rawData' => 'rawData option will not be implemented',
7070
'crud/updateOne-rawData' => 'rawData option will not be implemented',
7171
'index-management/index management-rawData' => 'rawData option will not be implemented',
72+
'sessions/snapshot-sessions: Find operation with snapshot and snapshot time' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
73+
'sessions/snapshot-sessions: Distinct operation with snapshot and snapshot time' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
74+
'sessions/snapshot-sessions: Aggregate operation with snapshot and snapshot time' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
75+
'sessions/snapshot-sessions: countDocuments operation with snapshot and snapshot time' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
76+
'sessions/snapshot-sessions: Mixed operation with snapshot and snapshotTime' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
7277
];
7378

7479
/** @var array<string, string> */

0 commit comments

Comments
 (0)