Skip to content

Commit 2a165ed

Browse files
committed
MC-43163: [Cloud] [Premier Support] Cannot update only extension attributes via REST (POST: /rest/V1/orders)
1 parent f703aef commit 2a165ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderUpdateTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ public function testOrderNoAttributesProvidedUpdate()
179179
->loadByIncrementId(self::ORDER_INCREMENT_ID);
180180

181181
$entityData = $this->getOrderData($order);
182+
if (TESTS_WEB_API_ADAPTER == self::ADAPTER_SOAP) {
183+
$this->markTestSkipped("Soap calls are more strict and contains attributes.");
184+
return;
185+
}
182186

183187
$requestData = ['entity' => ['entity_id' => $entityData['entity_id']]];
184188

0 commit comments

Comments
 (0)