Skip to content

Commit df518aa

Browse files
committed
Fix release tests
1 parent 64d5f6b commit df518aa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

x-pack/plugin/logsdb/build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apply plugin: 'elasticsearch.internal-yaml-rest-test'
1515
esplugin {
1616
name = 'logsdb'
1717
description = 'A plugin for logsdb related functionality'
18-
classname ='org.elasticsearch.xpack.logsdb.LogsDBPlugin'
18+
classname = 'org.elasticsearch.xpack.logsdb.LogsDBPlugin'
1919
extendedPlugins = ['x-pack-core']
2020
}
2121
base {
@@ -43,4 +43,10 @@ tasks.named("javaRestTest").configure {
4343

4444
tasks.named('yamlRestTest') {
4545
usesDefaultDistribution("Requires a bunch of xpack plugins")
46+
47+
if (buildParams.snapshotBuild == false) {
48+
systemProperty 'tests.rest.blacklist', [
49+
'20_ignored_source/*'
50+
].join(',')
51+
}
4652
}

0 commit comments

Comments
 (0)