Skip to content

Commit

Permalink
disabled integration unittest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Egense committed Nov 11, 2024
1 parent 87c2ad0 commit 0258e96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class ShardStreamingTest {
protected static SolrClient solrClient = RestrictedSolrClient.createSolrClient(STAGE_SOLR, STAGE_COLLECTION);
protected static boolean AVAILABLE = false;


/* This unittest will hang if connecting to solr. THink it is the index watcher thread that blocks.
@BeforeClass
public static void checkAvailability() {
SolrQuery query = new SolrQuery("*:*");
Expand All @@ -72,7 +72,7 @@ public static void checkAvailability() {
log.warn("No local Solr available at '" + PropertiesLoader.SOLR_SERVER + "'. Skipping unit test", e);
}
}

*/
@Test
public void testPlainStream() {
if (!AVAILABLE) {
Expand Down

0 comments on commit 0258e96

Please sign in to comment.