Skip to content

UserMgtFailureAuditLoggerTest is skippped #2358

Open
@hasinidilanka

Description

@hasinidilanka

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions