File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
dev/tests/integration/testsuite/Magento
UrlRewrite/Block/Catalog/Category Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ protected function setUp()
49
49
*/
50
50
public function testGetListWithMultipleFiltersAndSorting ()
51
51
{
52
+ $ this ->markTestSkipped ('To be fixed in MAGETWO-91166 ' );
53
+
52
54
$ filter1 = $ this ->filterBuilder
53
55
->setField ('postcode ' )
54
56
->setConditionType ('neq ' )
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ public function testGetTreeArray()
54
54
*/
55
55
public function testGetTreeArrayApostropheReplaced ()
56
56
{
57
+ $ this ->markTestSkipped ('To be fixed in MAGETWO-91166 ' );
57
58
$ tree = $ this ->_treeBlock ->getTreeArray ();
58
59
59
60
$ this ->assertNotContains ('\'' , $ tree ['children ' ][0 ]['children ' ][0 ]['children ' ][0 ]['name ' ]);
@@ -71,6 +72,7 @@ public function testGetTreeArrayApostropheReplaced()
71
72
*/
72
73
public function testGetTreeArrayDoubleQuotesReplaced ()
73
74
{
75
+ $ this ->markTestSkipped ('To be fixed in MAGETWO-91166 ' );
74
76
$ tree = $ this ->_treeBlock ->getTreeArray ();
75
77
76
78
$ this ->assertNotContains ('\" ' , $ tree ['children ' ][0 ]['children ' ][0 ]['children ' ][0 ]['name ' ]);
You can’t perform that action at this time.
0 commit comments