From 590088387a4213a4292ac404307c4dcc971ebc9d Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Wed, 11 Sep 2024 15:05:22 -0600 Subject: [PATCH] Fix another test --- x-pack/plugin/stack/qa/rest/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x-pack/plugin/stack/qa/rest/build.gradle b/x-pack/plugin/stack/qa/rest/build.gradle index a5bdb388d610..ff2d67eda82f 100644 --- a/x-pack/plugin/stack/qa/rest/build.gradle +++ b/x-pack/plugin/stack/qa/rest/build.gradle @@ -17,3 +17,7 @@ testClusters.configureEach { setting 'xpack.ml.enabled', 'false' setting 'xpack.license.self_generated.type', 'trial' } + +tasks.named("yamlRestCompatTestTransform").configure({ task -> + task.skipTest("stack/10_basic/Test kibana reporting index auto creation", "warning does not exist for compatibility") +})