Skip to content

Commit e70a02b

Browse files
fix: test patch
1 parent 4afd0fa commit e70a02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/logsdb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tasks.named('yamlRestTest') {
4646
tasks.named("yamlRestTest") {
4747
if (buildParams.isSnapshotBuild() == false) {
4848
systemProperty 'tests.rest.blacklist', [
49-
"resources/rest-api-spec/test/60_synthetic_source_recovery.yml"
49+
"60_synthetic_source_recovery/*"
5050
].join(',')
5151
}
5252
}

0 commit comments

Comments
 (0)