Skip to content

Commit af04a9c

Browse files
committed
PHPLIB-1492: Skip spec tests for sort in update operations
1 parent d9fc698 commit af04a9c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/UnifiedSpecTests/UnifiedSpecTest.php

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ class UnifiedSpecTest extends FunctionalTestCase
3939
// mongoc_cluster_stream_for_server does not retry handshakes (CDRIVER-4532, PHPLIB-1033, PHPLIB-1042)
4040
'retryable-reads/retryable reads handshake failures' => 'Handshakes are not retried (CDRIVER-4532)',
4141
'retryable-writes/retryable writes handshake failures' => 'Handshakes are not retried (CDRIVER-4532)',
42+
// sort option for update operations is not supported (PHPLIB-1492)
43+
'crud/BulkWrite replaceOne-sort' => 'Sort for replace operations is not supported (PHPLIB-1492)',
44+
'crud/BulkWrite updateOne-sort' => 'Sort for update operations is not supported (PHPLIB-1492)',
45+
'crud/replaceOne-sort' => 'Sort for replace operations is not supported (PHPLIB-1492)',
46+
'crud/updateOne-sort' => 'Sort for update operations is not supported (PHPLIB-1492)',
4247
];
4348

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

0 commit comments

Comments
 (0)