We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f703aef commit 2a165edCopy full SHA for 2a165ed
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderUpdateTest.php
@@ -179,6 +179,10 @@ public function testOrderNoAttributesProvidedUpdate()
179
->loadByIncrementId(self::ORDER_INCREMENT_ID);
180
181
$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
+ }
186
187
$requestData = ['entity' => ['entity_id' => $entityData['entity_id']]];
188
0 commit comments