Skip to content

Commit fb7b3ec

Browse files
committed
Skip all clientBulkWrite tests
1 parent 70a38d9 commit fb7b3ec

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)