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 a4d4b22 commit b07f3a9Copy full SHA for b07f3a9
dev/tests/integration/testsuite/Magento/Reports/Controller/Adminhtml/Report/Product/ViewedTest.php
@@ -31,6 +31,7 @@ public function testExecuteWithoutError()
31
32
public function testExecuteWithError()
33
{
34
+ $this->markTestSkipped('MAGETWO-38528');
35
$this->dispatch('backend/reports/report_product/viewed/filter/' .
36
'cGVyaW9kX3R5cGU9ZGF5JmZyb209NyUyRjElMkY2NyZ0bz1odG1sJTIwZm90bSZzaG93X2VtcHR5X3Jvd3M9MA==');
37
$actual = $this->getResponse()->getBody();
0 commit comments