diff --git a/source/test-java/org/alfresco/repo/security/authentication/AuthenticationBootstrapTest.java b/source/test-java/org/alfresco/repo/security/authentication/AuthenticationBootstrapTest.java index f6cf2fab07..2434f665c3 100644 --- a/source/test-java/org/alfresco/repo/security/authentication/AuthenticationBootstrapTest.java +++ b/source/test-java/org/alfresco/repo/security/authentication/AuthenticationBootstrapTest.java @@ -18,7 +18,9 @@ */ package org.alfresco.repo.security.authentication; +import org.alfresco.test_category.OwnJVMTestsCategory; import org.alfresco.util.ApplicationContextHelper; +import org.junit.experimental.categories.Category; import junit.framework.TestCase; @@ -29,6 +31,7 @@ import junit.framework.TestCase; * @author Derek Hulley * @since 3.0.1 */ +@Category(OwnJVMTestsCategory.class) public class AuthenticationBootstrapTest extends TestCase { /**