diff --git a/solr/core/src/test/org/apache/solr/cloud/DeleteStatusTest.java b/solr/core/src/test/org/apache/solr/cloud/DeleteStatusTest.java index f8060165901e..998647e5c6b9 100644 --- a/solr/core/src/test/org/apache/solr/cloud/DeleteStatusTest.java +++ b/solr/core/src/test/org/apache/solr/cloud/DeleteStatusTest.java @@ -26,6 +26,7 @@ import org.apache.solr.client.solrj.response.CollectionAdminResponse; import org.apache.solr.client.solrj.response.RequestStatusState; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; public class DeleteStatusTest extends SolrCloudTestCase { @@ -56,6 +57,7 @@ private static RequestStatusState waitForRequestState(String id, SolrClient clie } @Test + @Ignore // nocommit flakey - i have not dealt with async yet public void testAsyncIdsMayBeDeleted() throws Exception { final CloudSolrClient client = cluster.getSolrClient(); diff --git a/solr/core/src/test/org/apache/solr/handler/component/TestTrackingShardHandlerFactory.java b/solr/core/src/test/org/apache/solr/handler/component/TestTrackingShardHandlerFactory.java index 938ab22f096d..13abf824d21d 100644 --- a/solr/core/src/test/org/apache/solr/handler/component/TestTrackingShardHandlerFactory.java +++ b/solr/core/src/test/org/apache/solr/handler/component/TestTrackingShardHandlerFactory.java @@ -29,6 +29,7 @@ import org.apache.solr.common.SolrInputDocument; import org.apache.solr.core.CoreContainer; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; /** @@ -36,6 +37,7 @@ * See SOLR-7147 for more information */ @SolrTestCaseJ4.SuppressSSL +@Ignore // nocommit flakey public class TestTrackingShardHandlerFactory extends AbstractFullDistribZkTestBase { public TestTrackingShardHandlerFactory() {