Skip to content

Commit

Permalink
Speeding up tests (#1715)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternied authored Mar 30, 2022
1 parent 7ced417 commit ebdaaaa
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,18 +192,7 @@ protected void initialize(ClusterHelper clusterHelper, ClusterInfo clusterInfo,
Assert.assertEquals(clusterInfo.numNodes, cur.getNodes().size());

SearchResponse sr = tc.search(new SearchRequest(".opendistro_security")).actionGet();
//Assert.assertEquals(5L, sr.getHits().getTotalHits());

sr = tc.search(new SearchRequest(".opendistro_security")).actionGet();
//Assert.assertEquals(5L, sr.getHits().getTotalHits());

String type=securityConfig.getType();
try {
Thread.sleep(10000);
} catch (InterruptedException e) {
e.printStackTrace();
}

}
}

Expand Down

0 comments on commit ebdaaaa

Please sign in to comment.