mirror of https://github.com/apache/lucene.git
SOLR-7339: Disabling testUpdateField until we can fix the underlying issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
91f42897a5
commit
6cbe8f2dff
|
@ -1594,6 +1594,7 @@ abstract public class SolrExampleTests extends SolrExampleTestsBase
|
|||
}
|
||||
|
||||
@Test
|
||||
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-7339")
|
||||
public void testUpdateField() throws Exception {
|
||||
//no versions
|
||||
SolrClient client = getSolrClient();
|
||||
|
|
Loading…
Reference in New Issue