mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

davidely
02.00.2007 a5ce1b53bf9304c08bb51639b48bb77085cd62b3
opends/tests/unit-tests-testng/src/server/org/opends/server/util/args/ArgsTestCase.java
@@ -36,7 +36,7 @@
/**
 * An abstract class that all args unit tests should extend.
 */
@Test(groups = { "precommit", "util" })
@Test(groups = { "precommit", "util" }, sequential = true)
public abstract class ArgsTestCase extends DirectoryServerTestCase {
  // No implementation required.
}