Skip to content

Commit

Permalink
ISPN-4164 AuthAndEncryptProtocolTest fails
Browse files Browse the repository at this point in the history
Temporarily disable the test.
  • Loading branch information
erlyfall committed Mar 26, 2014
1 parent 368df4f commit 9522334
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -74,7 +74,7 @@ private static void replaceKeyStoreInConfig(String serverDir) {
}

@WithRunningServer(COORDINATOR_NODE)
@Test
@Test(group = "unstable", description = "ISPN-4164")
public void testFriendlyNodeCanJoin() throws Exception {
try {
controller.start(JOINING_NODE_FRIEND);
Expand Down Expand Up @@ -105,7 +105,7 @@ public void testFriendlyNodeCanJoin() throws Exception {
}

@WithRunningServer(COORDINATOR_NODE_NO_ENCRYPT)
@Test
@Test(group = "unstable", description = "ISPN-4164")
public void testAlienNodeCannotJoin() throws Exception {
try {
controller.start(JOINING_NODE_ALIEN);
Expand All @@ -115,4 +115,4 @@ public void testAlienNodeCannotJoin() throws Exception {
controller.stop(JOINING_NODE_ALIEN);
}
}
}
}

0 comments on commit 9522334

Please sign in to comment.