Skip to content

Commit c140cfb

Browse files
fix: rename task
1 parent a9ef0f5 commit c140cfb

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
@@ -43,7 +43,7 @@ tasks.named('yamlRestTest') {
4343
usesDefaultDistribution()
4444
}
4545

46-
tasks.named("yamlRestCompatTestTransform").configure ({ task ->
46+
tasks.named("yamlRestTest").configure ({ task ->
4747
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")
4848
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")
4949
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

Comments
 (0)