Skip to content

Commit 47c3696

Browse files
Merge pull request #770 from magento-okapis/MAGETWO-63018-urlrewrite_l4_test
MAGETWO-63018: L4 Magento\UrlRewrite\Block\Catalog\Edit\FormTest::testGetEntityStores test failed
2 parents fc39bd2 + c2626c6 commit 47c3696

File tree

1 file changed

+0
-2
lines changed
  • dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Catalog/Edit

1 file changed

+0
-2
lines changed

dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Catalog/Edit/FormTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public function testFormPostInitNew($productData, $categoryData, $action, $reque
9696
*/
9797
public function testGetEntityStores($productData, $categoryData, $expectedStores)
9898
{
99-
$this->markTestSkipped('Skipped until MAGETWO-63018');
10099
$args = [];
101100
if ($productData) {
102101
$args['product'] = $this->objectManager->create(
@@ -122,7 +121,6 @@ public function testGetEntityStores($productData, $categoryData, $expectedStores
122121
*/
123122
public function testGetEntityStoresProductStoresException()
124123
{
125-
$this->markTestSkipped('Skipped until MAGETWO-63018');
126124
$args = [
127125
'product' => $this->objectManager->create(
128126
\Magento\Catalog\Model\Product::class,

0 commit comments

Comments
 (0)