Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserMgtFailureAuditLoggerTest is skippped #2358

Open
hasinidilanka opened this issue Aug 12, 2019 · 0 comments
Open

UserMgtFailureAuditLoggerTest is skippped #2358

hasinidilanka opened this issue Aug 12, 2019 · 0 comments

Comments

@hasinidilanka
Copy link
Contributor

Description:
With log4j2 changes, tests in UserMgtFailureAuditLoggerTest class are skipped.

When added the following dependencies in the relevant pom tests will run but will get failed.

 <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-api</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-core</artifactId>
            <scope>test</scope>
        </dependency>

Suggested Labels:

  • Log4j2
  • Kernel-4.5.0-m4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant