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 / context / JulAppContextOrderingIT.java
index 1b488a4d5d81a82af8f904469e0e2749c06e262a..69a1e7ef80ff978c4a81525dda6ed35aaef14faa 100644 (file)
@@ -28,6 +28,7 @@ import java.util.logging.Logger;
 import org.junit.jupiter.api.AfterAll;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeAll;
+import org.junit.jupiter.api.Tag;
 import org.lttng.tools.ILttngSession.Domain;
 import org.lttng.ust.agent.jul.LttngLogHandler;
 import org.lttng.ust.agent.utils.JulTestUtils;
@@ -35,6 +36,8 @@ import org.lttng.ust.agent.utils.JulTestUtils;
 /**
  * Implementation of {@link AppContextOrderingITBase} for the JUL API.
  */
+@Tag("agent:jul")
+@Tag("domain:jul")
 public class JulAppContextOrderingIT extends AppContextOrderingITBase {
 
     private Logger logger;
This page took 0.022284 seconds and 4 git commands to generate.