File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Customer Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ public function testGuestUserCannotChangePassword()
78
78
*/
79
79
public function testChangeWeakPassword ()
80
80
{
81
+ $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/190 ' );
81
82
$ customerEmail = 'customer@example.com ' ;
82
83
$ oldCustomerPassword = 'password ' ;
83
84
$ newCustomerPassword = 'weakpass ' ;
@@ -96,6 +97,7 @@ public function testChangeWeakPassword()
96
97
*/
97
98
public function testCannotChangeWithIncorrectPassword ()
98
99
{
100
+ $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/190 ' );
99
101
$ customerEmail = 'customer@example.com ' ;
100
102
$ oldCustomerPassword = 'password ' ;
101
103
$ newCustomerPassword = 'anotherPassword1 ' ;
You can’t perform that action at this time.
0 commit comments