mirror of https://github.com/apache/lucene.git
SOLR-6175: Fix failing test by removing assert that matches exception message. They might be different between platforms.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1603233 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
00c83e7e01
commit
30fa1375cd
|
@ -396,7 +396,6 @@ public class DistributedDebugComponentTest extends SolrJettyTestBase {
|
|||
assertEquals("Unexpected response size for shard", 1, badShardTrack.size());
|
||||
Entry<String, String> exception = badShardTrack.iterator().next();
|
||||
assertEquals("Expected key 'Exception' not found", "Exception", exception.getKey());
|
||||
assertTrue("Unexpected exception message", exception.getValue().contains("Server refused connection"));
|
||||
unIgnoreException("Server refused connection");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue