Skip to content

Commit 8a48276

Browse files
authored
MDEE-478: Integration and WEB API tests are failed on PRs
1 parent 20ddc55 commit 8a48276

File tree

2 files changed

+6
-0
lines changed
  • DataExporter/Test/Integration/_files
  • dev/tests/api-functional/_files/Magento/DataExporter/Test/Api/_files

2 files changed

+6
-0
lines changed

DataExporter/Test/Integration/_files/overrides.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@
2626
<test class="Magento\Backend\Model\Dashboard\ChartTest">
2727
<method name="testGetByPeriodWithParam" skip="true"/>
2828
</test>
29+
<test class="Magento\Ups\Model\CarrierTest">
30+
<method name="testCollectFreeRates" skip="true"/>
31+
</test>
2932
</overrides>

dev/tests/api-functional/_files/Magento/DataExporter/Test/Api/_files/overrides.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
<test class="Magento\InventoryGroupedProduct\Test\Api\GroupedProductChildSourceUpdateTest">
1818
<method name="testGroupedProductStockStatusShouldBeUpdatedWhenChildProductStockStatusChange" skip="true"/>
1919
</test>
20+
<test class="Magento\QuickCheckout\Test\Api\StorefrontAccountRepositoryTest">
21+
<method name="testShopperHasAccount" skip="true"/>
22+
</test>
2023
</overrides>

0 commit comments

Comments
 (0)