ilgrosso commented on PR #1141:
URL: https://github.com/apache/syncope/pull/1141#issuecomment-3113429464
@alberto-bogi have a look at `OpenFGAUIITCase`: the new password management
tests are failing
I don't think there is need to have those tested in this class too, so you
could put there something like
```java
@Disabled
@Override
public void passwordManagementConsole() {
// ignore
}
@Disabled
@Override
public void passwordManagementEnduser() {
// ignore
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]