You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/03/12 15:41:14 UTC

lucene-solr:branch_7x: Remove BadApple from this test for now - the bugUrl wasn't valid anymore and the test seems to pass.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 9957e0eed -> 3aad47e79


Remove BadApple from this test for now - the bugUrl wasn't valid anymore and
the test seems to pass.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/3aad47e7
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3aad47e7
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3aad47e7

Branch: refs/heads/branch_7x
Commit: 3aad47e799cad80b2812e765897307c623191b6a
Parents: 9957e0e
Author: Andrzej Bialecki <ab...@apache.org>
Authored: Mon Mar 12 16:36:46 2018 +0100
Committer: Andrzej Bialecki <ab...@apache.org>
Committed: Mon Mar 12 16:41:03 2018 +0100

----------------------------------------------------------------------
 solr/core/src/test/org/apache/solr/cloud/SSLMigrationTest.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3aad47e7/solr/core/src/test/org/apache/solr/cloud/SSLMigrationTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/SSLMigrationTest.java b/solr/core/src/test/org/apache/solr/cloud/SSLMigrationTest.java
index df51b6e..70d815c 100644
--- a/solr/core/src/test/org/apache/solr/cloud/SSLMigrationTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/SSLMigrationTest.java
@@ -52,7 +52,6 @@ import static org.apache.solr.common.util.Utils.makeMap;
  */
 @Slow
 @SuppressSSL
-@BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-6213")
 public class SSLMigrationTest extends AbstractFullDistribZkTestBase {
 
   @Test