Skip to content

Commit

Permalink
Fix x-pack REST tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Oct 26, 2023
1 parent b31cd63 commit 68970ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/qa/core-rest-tests-with-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies {
clusterModules project(':modules:ingest-common')
clusterModules project(':modules:reindex')
clusterModules project(':modules:analysis-common')
clusterModules project(':modules:health-shards-availability')
clusterModules project(xpackModule('stack'))
clusterModules project(xpackModule('ilm'))
clusterModules project(xpackModule('mapper-constant-keyword'))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class CoreWithSecurityClientYamlTestSuiteIT extends ESClientYamlSuiteTest
.module("reindex")
.module("wildcard")
.module("analysis-common")
.module("health-shards-availability")
.setting("xpack.security.enabled", "true")
.setting("xpack.watcher.enabled", "false")
.setting("xpack.ml.enabled", "false")
Expand Down

0 comments on commit 68970ac

Please sign in to comment.