X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Forg%2Flttng%2Fust%2Fagent%2Fintegration%2Fjul%2FJulLegacyApiTest.java;h=88ec2681aeca3f31b13cc2388605d2d447a4e1a3;hb=e41ec02aad337ff074f5209ee11fe2c8edb87a81;hp=d66479e7acc507eeb9ae74849af329dc7c5080f0;hpb=8576633f94f26d8fb955d7c3a29a03cd09e99ed4;p=lttng-ust-java-tests.git diff --git a/src/org/lttng/ust/agent/integration/jul/JulLegacyApiTest.java b/src/org/lttng/ust/agent/integration/jul/JulLegacyApiTest.java index d66479e..88ec268 100644 --- a/src/org/lttng/ust/agent/integration/jul/JulLegacyApiTest.java +++ b/src/org/lttng/ust/agent/integration/jul/JulLegacyApiTest.java @@ -40,6 +40,8 @@ public class JulLegacyApiTest { /* Skip tests if we can't find the JNI library or lttng-tools */ assumeTrue(TestUtils.checkForJulLibrary()); assumeTrue(TestUtils.checkForLttngTools(Domain.JUL)); + + LttngSession.destroyAllSessions(); } @AfterClass