Skip to content

Commit

Permalink
Merge pull request #770 from magento-okapis/MAGETWO-63018-urlrewrite_…
Browse files Browse the repository at this point in the history
…l4_test

MAGETWO-63018: L4 Magento\UrlRewrite\Block\Catalog\Edit\FormTest::testGetEntityStores test failed
  • Loading branch information
heyitsroberthe authored Jan 26, 2017
2 parents fc39bd2 + c2626c6 commit 47c3696
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public function testFormPostInitNew($productData, $categoryData, $action, $reque
*/
public function testGetEntityStores($productData, $categoryData, $expectedStores)
{
$this->markTestSkipped('Skipped until MAGETWO-63018');
$args = [];
if ($productData) {
$args['product'] = $this->objectManager->create(
Expand All @@ -122,7 +121,6 @@ public function testGetEntityStores($productData, $categoryData, $expectedStores
*/
public function testGetEntityStoresProductStoresException()
{
$this->markTestSkipped('Skipped until MAGETWO-63018');
$args = [
'product' => $this->objectManager->create(
\Magento\Catalog\Model\Product::class,
Expand Down

0 comments on commit 47c3696

Please sign in to comment.