File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ class UnifiedSpecTest extends FunctionalTestCase
39
39
// mongoc_cluster_stream_for_server does not retry handshakes (CDRIVER-4532, PHPLIB-1033, PHPLIB-1042)
40
40
'retryable-reads/retryable reads handshake failures ' => 'Handshakes are not retried (CDRIVER-4532) ' ,
41
41
'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) ' ,
42
47
];
43
48
44
49
/** @var array<string, string> */
You can’t perform that action at this time.
0 commit comments