Workaround for dependency on runtime build configuration
This commit is contained in:
parent
c5a032b594
commit
0169498711
|
@ -232,7 +232,8 @@ public class ElasticsearchNode implements TestClusterConfiguration {
|
|||
@Override
|
||||
public void setTestDistribution(TestDistribution testDistribution) {
|
||||
requireNonNull(testDistribution, "null distribution passed when configuring test cluster `" + this + "`");
|
||||
checkFrozen();
|
||||
// TODO: Uncomment this workaround once we remove all the globalInfo.ready { } stuff
|
||||
// checkFrozen();
|
||||
this.testDistribution = testDistribution;
|
||||
for (ElasticsearchDistribution distribution : distributions) {
|
||||
setDistributionType(distribution, testDistribution);
|
||||
|
|
Loading…
Reference in New Issue