Skip to content

Commit

Permalink
test: skip testRelationBatchOp for now
Browse files Browse the repository at this point in the history
  • Loading branch information
weakish committed Jul 8, 2021
1 parent 90c5776 commit 530ddd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/APITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function testAddRelation() {

Client::delete("/classes/TestObject/{$resp['objectId']}");
}

/* see #234
public function testRelationBatchOp() {
$adds = array("__op" => "AddRelation",
"objects" => array(
Expand All @@ -129,6 +129,7 @@ public function testRelationBatchOp() {
$this->assertNotEmpty($resp["objectId"]);
Client::delete("/classes/TestObject/{$resp['objectId']}");
}
*/

/**
* Batch on array operation will result error:
Expand Down

0 comments on commit 530ddd1

Please sign in to comment.