mirror of https://github.com/apache/lucene.git
awaitsfix failing test
This commit is contained in:
parent
8ee6e6797b
commit
7b5d2442ac
|
@ -96,6 +96,7 @@ public class TestZKPropertiesWriter extends AbstractDataImportHandlerTestCase {
|
|||
@SuppressForbidden(reason = "Needs currentTimeMillis to construct date stamps")
|
||||
@Test
|
||||
@SuppressWarnings({"unchecked"})
|
||||
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-12823")
|
||||
public void testZKPropertiesWriter() throws Exception {
|
||||
// test using ZooKeeper
|
||||
assertTrue("Not using ZooKeeper", h.getCoreContainer().isZooKeeperAware());
|
||||
|
|
Loading…
Reference in New Issue