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()
7878 */
7979 public function testChangeWeakPassword ()
8080 {
81+ $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/190 ' );
8182 $ customerEmail = 'customer@example.com ' ;
8283 $ oldCustomerPassword = 'password ' ;
8384 $ newCustomerPassword = 'weakpass ' ;
@@ -96,6 +97,7 @@ public function testChangeWeakPassword()
9697 */
9798 public function testCannotChangeWithIncorrectPassword ()
9899 {
100+ $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/190 ' );
99101 $ customerEmail = 'customer@example.com ' ;
100102 $ oldCustomerPassword = 'password ' ;
101103 $ newCustomerPassword = 'anotherPassword1 ' ;
You can’t perform that action at this time.
0 commit comments