Add 'log4j2' domain tests to the Log4j 2.x agent
[lttng-ust-java-tests.git] / lttng-ust-java-tests-jul / src / test / java / org / lttng / ust / agent / integration / events / JulLegacyApiIT.java
index 7b993f3489a96344d84f40f71ada596c6e158481..9a21701904576cf990cebf3ac2817f8b4ea2ac35 100644 (file)
@@ -35,6 +35,7 @@ import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Tag;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.extension.ExtendWith;
 import org.lttng.tools.ILttngSession;
@@ -49,6 +50,8 @@ import org.lttng.ust.agent.utils.TestPrintExtension;
  */
 @ExtendWith(TestPrintExtension.class)
 @SuppressWarnings("deprecation")
+@Tag("agent:jul")
+@Tag("domain:jul")
 public class JulLegacyApiIT {
 
     private static final Domain DOMAIN = Domain.JUL;
This page took 0.022728 seconds and 4 git commands to generate.