Skip to content

Commit 74353ed

Browse files
committed
B2B-2020: [AWS S3] [Integration Tests]: Investigate Test Failures in AdvancedPricingImportExport module
1 parent 74a2c31 commit 74353ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricingTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ public function testImportDelete()
175175
$index = 0;
176176
$ids = [];
177177
$origPricingData = [];
178+
$skus = ['simple'];
178179
while (isset($skus[$index])) {
179180
$ids[$index] = $productRepository->get($skus[$index])->getId();
180181
$origPricingData[$index] = $this->objectManager->create(\Magento\Catalog\Model\Product::class)

0 commit comments

Comments
 (0)