You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/logsdb/build.gradle
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,4 @@ tasks.named('yamlRestTest') {
43
43
usesDefaultDistribution()
44
44
}
45
45
46
-
tasks.named("yamlRestTest").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")
0 commit comments