Skip to content

Commit

Permalink
Skip all clientBulkWrite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Oct 1, 2024
1 parent f40f9a6 commit e5bb956
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/UnifiedSpecTests/Operation.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit e5bb956

Please sign in to comment.