Skip to content

Commit e7b8664

Browse files
author
David Roberts
committed
[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 925b224 commit e7b8664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)