awaitsfix failing test

This commit is contained in:
Mike Drob 2020-06-09 18:12:35 -05:00
parent 8ee6e6797b
commit 7b5d2442ac
1 changed files with 1 additions and 0 deletions

View File

@ -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());