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:
Shalin Shekhar Mangar 2015-12-01 20:12:19 +00:00
parent 91f42897a5
commit 6cbe8f2dff
1 changed files with 1 additions and 0 deletions

View File

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