mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-07 19:39:53 +00:00
8 lines
150 B
Groovy
8 lines
150 B
Groovy
integTest.runner {
|
|
systemProperty 'tests.ssl.enabled', 'false'
|
|
}
|
|
|
|
testClusters.integTest {
|
|
setting 'xpack.license.self_generated.type', 'trial'
|
|
}
|