Skip to content

Commit 60283d9

Browse files
vkholoshenkoRoman Ganin
authored andcommitted
MAGETWO-37917: Skip testExecuteWithError in Reports ViewedTest
1 parent 32e29d5 commit 60283d9

File tree

1 file changed

+2
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Reports/Controller/Adminhtml/Report/Product

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Reports/Controller/Adminhtml/Report/Product/ViewedTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public function testExecuteWithoutError()
3131

3232
public function testExecuteWithError()
3333
{
34+
$this->markTestSkipped('To be fixed in MAGETWO-36888');
35+
3436
$this->dispatch('backend/reports/report_product/viewed/filter/' .
3537
'cGVyaW9kX3R5cGU9ZGF5JmZyb209NyUyRjElMkY2NyZ0bz1odG1sJTIwZm90bSZzaG93X2VtcHR5X3Jvd3M9MA==');
3638
$actual = $this->getResponse()->getBody();

0 commit comments

Comments
 (0)