We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51f450 commit 3489245Copy full SHA for 3489245
build.gradle
@@ -74,3 +74,10 @@ tasks.named("yamlRestTest").configure {
74
tasks.named("test").configure {
75
systemProperty 'tests.security.manager', 'false'
76
}
77
+
78
+// Make sure the ES distribution used for rest tests is the "complete" variant
79
+testClusters.configureEach {
80
+ testDistribution = 'DEFAULT'
81
+ // disable security to disable failing warnings
82
+ setting 'xpack.security.enabled', 'false'
83
+}
0 commit comments