Skip to content

Commit d1da46e

Browse files
committed
Rename test module (#65020)
This commit renames the test module used by async-search so that it does not trip the check on test modules published with snpashot builds. A more robust approach will be added in the future so this is not a module at all, but for now this fixes CI from breaking on release tests. closes #64910
1 parent 51e35e3 commit d1da46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/async-search/qa/rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'elasticsearch.esplugin'
22
apply plugin: 'elasticsearch.yaml-rest-test'
33

44
esplugin {
5-
name 'test-deprecated-query'
5+
name 'x-pack-test-deprecated-query'
66
description 'Deprecated query plugin'
77
classname 'org.elasticsearch.query.DeprecatedQueryPlugin'
88
}

0 commit comments

Comments
 (0)