From 530ddd16f0405ac0c43e104021cccbf7b27e1bc0 Mon Sep 17 00:00:00 2001 From: Jang Rush Date: Thu, 8 Jul 2021 19:45:15 +0800 Subject: [PATCH] test: skip testRelationBatchOp for now --- test/APITest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/APITest.php b/test/APITest.php index 563f292..90c8fd5 100644 --- a/test/APITest.php +++ b/test/APITest.php @@ -110,7 +110,7 @@ public function testAddRelation() { Client::delete("/classes/TestObject/{$resp['objectId']}"); } - +/* see #234 public function testRelationBatchOp() { $adds = array("__op" => "AddRelation", "objects" => array( @@ -129,6 +129,7 @@ public function testRelationBatchOp() { $this->assertNotEmpty($resp["objectId"]); Client::delete("/classes/TestObject/{$resp['objectId']}"); } +*/ /** * Batch on array operation will result error: