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

Jean-Noel Rouvignac
27.20.2013 f77703a040a3d12e60247af6321a3e20dae87c72
OPENDJ-816 (CR-1460) ssf bug in ACI evaluation?

Fixing nightly build, hopefully this time it will be good.
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/TLSByteChannelTestCase.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/TLSByteChannelTestCase.java
@@ -54,7 +54,7 @@
/**
 * Tests for {@link TLSByteChannel} class.
 */
@Test(groups = { "slow" })
@Test(groups = { "slow" }, sequential = true)
public class TLSByteChannelTestCase extends DirectoryServerTestCase
{