Skip to content

Commit 7c4f80e

Browse files
committed
Fix test
1 parent e853338 commit 7c4f80e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

qa/system-indices/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ esplugin {
1717
licenseFile = layout.settingsDirectory.file('licenses/AGPL-3.0+SSPL-1.0+ELASTIC-LICENSE-2.0.txt').asFile
1818
noticeFile = layout.settingsDirectory.file('NOTICE.txt').asFile
1919
}
20+
21+
dependencies {
22+
clusterModules project(':modules:analysis-common')
23+
clusterModules project(':x-pack:plugin:migrate')
24+
}

qa/system-indices/src/javaRestTest/java/org/elasticsearch/system/indices/AbstractSystemIndicesIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ public abstract class AbstractSystemIndicesIT extends ESRestTestCase {
2525
@ClassRule
2626
public static ElasticsearchCluster cluster = ElasticsearchCluster.local()
2727
.plugin("system-indices-qa")
28+
.module("analysis-common")
29+
.module("x-pack-migrate")
2830
.setting("xpack.security.enabled", "true")
2931
.setting("xpack.security.autoconfiguration.enabled", "false")
3032
.user("rest_user", "rest-user-password")

0 commit comments

Comments
 (0)