Skip to content

Commit

Permalink
Removing extra logging
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun committed Dec 27, 2023
1 parent 038cd1a commit 6bb2dd3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ public class SemanticSearch extends AbstractRollingUpgradeTestCase{
private static final int NUM_DOCS = 1;

public void testSemanticSearch() throws Exception{
logger.info("Get Cluster Type=========================="+getClusterType());
getIndices();
getShards();
waitForClusterHealthGreen(NODES_BWC_CLUSTER);
switch (getClusterType()){
case OLD:
Expand Down

0 comments on commit 6bb2dd3

Please sign in to comment.