diff --git a/tests/UnifiedSpecTests/Operation.php b/tests/UnifiedSpecTests/Operation.php index 9957af855..0419acdb3 100644 --- a/tests/UnifiedSpecTests/Operation.php +++ b/tests/UnifiedSpecTests/Operation.php @@ -235,6 +235,10 @@ private function executeForChangeStream(ChangeStream $changeStream) private function executeForClient(Client $client) { + if ($this->name === 'clientBulkWrite') { + Assert::markTestSkipped('clientBulkWrite operation is not implemented'); + } + $args = $this->prepareArguments(); Util::assertArgumentsBySchema(Client::class, $this->name, $args);