We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a38d9 commit fb7b3ecCopy full SHA for fb7b3ec
tests/UnifiedSpecTests/Operation.php
@@ -235,6 +235,10 @@ private function executeForChangeStream(ChangeStream $changeStream)
235
236
private function executeForClient(Client $client)
237
{
238
+ if ($this->name === 'clientBulkWrite') {
239
+ Assert::markTestSkipped('clientBulkWrite operation is not implemented');
240
+ }
241
+
242
$args = $this->prepareArguments();
243
Util::assertArgumentsBySchema(Client::class, $this->name, $args);
244
0 commit comments