We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afd0fa commit e70a02bCopy full SHA for e70a02b
x-pack/plugin/logsdb/build.gradle
@@ -46,7 +46,7 @@ tasks.named('yamlRestTest') {
46
tasks.named("yamlRestTest") {
47
if (buildParams.isSnapshotBuild() == false) {
48
systemProperty 'tests.rest.blacklist', [
49
- "resources/rest-api-spec/test/60_synthetic_source_recovery.yml"
+ "60_synthetic_source_recovery/*"
50
].join(',')
51
}
52
0 commit comments