Skip to content

Commit a3b5a97

Browse files
David Robertskcm
authored andcommitted
[TEST] Reduce forecast disk space requirement for tests (#34552)
The setting that reduces the disk space requirement for the forecasting integration tests was accidentally removed in #31757 when files were moved around. This change simply adds back the setting that existed before that.
1 parent 7595966 commit a3b5a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ml/qa/native-multi-node-tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ integTestCluster {
4747
setting 'xpack.security.transport.ssl.verification_mode', 'certificate'
4848
setting 'xpack.security.audit.enabled', 'true'
4949
setting 'xpack.license.self_generated.type', 'trial'
50+
setting 'xpack.ml.min_disk_space_off_heap', '200mb'
5051

5152
keystoreSetting 'bootstrap.password', 'x-pack-test-password'
5253
keystoreSetting 'xpack.security.transport.ssl.secure_key_passphrase', 'testnode'

0 commit comments

Comments
 (0)