Skip to content

Commit 71e9d15

Browse files
authored
Update FormTest.php
removed skip test
1 parent fefdabe commit 71e9d15

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
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(

0 commit comments

Comments
 (0)