remove nocommit in uncalled test method

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417099 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-12-04 18:34:54 +00:00
parent 987acc6ccc
commit efb8b8e62e
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +1076,7 @@ public class BasicDistributedZkTest extends AbstractFullDistribZkTestBase {
private void checkCollectionIsNotCreated(String collectionName)
throws Exception {
// nocommit
// TODO: this method not called because of below sleep
Thread.sleep(60000);
assertFalse(collectionName + " not supposed to exist", getCommonCloudSolrServer().getZkStateReader().getClusterState().getCollections().contains(collectionName));
}