diff --git a/source/test-java/org/alfresco/test_category/OwnJVMTestsCategory.java b/source/test-java/org/alfresco/test_category/OwnJVMTestsCategory.java new file mode 100644 index 0000000000..0874cc06c6 --- /dev/null +++ b/source/test-java/org/alfresco/test_category/OwnJVMTestsCategory.java @@ -0,0 +1,11 @@ +package org.alfresco.test_category; + +/** + * Marker interface to group tests which require their own JVM. + * + * @author Jamal Kaabi-Mofrad + */ +public interface OwnJVMTestsCategory +{ + +}