Skip to content

Commit e5bb956

Browse files
committed
Skip all clientBulkWrite tests
1 parent f40f9a6 commit e5bb956

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/UnifiedSpecTests/Operation.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ private function executeForChangeStream(ChangeStream $changeStream)
235235

236236
private function executeForClient(Client $client)
237237
{
238+
if ($this->name === 'clientBulkWrite') {
239+
Assert::markTestSkipped('clientBulkWrite operation is not implemented');
240+
}
241+
238242
$args = $this->prepareArguments();
239243
Util::assertArgumentsBySchema(Client::class, $this->name, $args);
240244

0 commit comments

Comments
 (0)