Skip to content

Commit 390d751

Browse files
committed
12535: Product change sku via repository.
1 parent 4996ea2 commit 390d751

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/ProductRepositoryTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ protected function setUp()
3434
* Test Product Repository can change(update) "sku" for given product.
3535
*
3636
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
37-
* @magentoDbIsolation enabled
3837
* @magentoAppArea adminhtml
3938
*/
4039
public function testUpdateProductSku()
@@ -49,8 +48,5 @@ public function testUpdateProductSku()
4948
$updatedProduct = Bootstrap::getObjectManager()->create(Product::class);
5049
$updatedProduct->load($productId);
5150
self::assertSame($newSku, $updatedProduct->getSku());
52-
53-
//clean up.
54-
$this->productRepository->delete($updatedProduct);
5551
}
5652
}

0 commit comments

Comments
 (0)