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 4996ea2 commit 390d751Copy full SHA for 390d751
dev/tests/integration/testsuite/Magento/Catalog/Model/ProductRepositoryTest.php
@@ -34,7 +34,6 @@ protected function setUp()
34
* Test Product Repository can change(update) "sku" for given product.
35
*
36
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
37
- * @magentoDbIsolation enabled
38
* @magentoAppArea adminhtml
39
*/
40
public function testUpdateProductSku()
@@ -49,8 +48,5 @@ public function testUpdateProductSku()
49
48
$updatedProduct = Bootstrap::getObjectManager()->create(Product::class);
50
$updatedProduct->load($productId);
51
self::assertSame($newSku, $updatedProduct->getSku());
52
-
53
- //clean up.
54
- $this->productRepository->delete($updatedProduct);
55
}
56
0 commit comments