Skip to content

Commit a9ef0f5

Browse files
fix: disable synthetic recovery yaml tests
1 parent 957fd47 commit a9ef0f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

x-pack/plugin/logsdb/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ tasks.named("javaRestTest").configure {
4242
tasks.named('yamlRestTest') {
4343
usesDefaultDistribution()
4444
}
45+
46+
tasks.named("yamlRestCompatTestTransform").configure ({ task ->
47+
task.skipTest("/60_synthetic_source_recovery/synthetic recovery for time_series index", "synthetic source recovery behind a feature flag and not enabled in release builds")
48+
task.skipTest("/60_synthetic_source_recovery/synthetic recovery for synthetic source mode index", "synthetic source recovery behind a feature flag and not enabled in release builds")
49+
task.skipTest("/60_synthetic_source_recovery/synthetic recovery for logsdb index", "synthetic source recovery behind a feature flag and not enabled in release builds")
50+
})

0 commit comments

Comments
 (0)