Skip to content

Commit

Permalink
Fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Sep 11, 2024
1 parent b60bf84 commit 5900883
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/plugin/stack/qa/rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
})

0 comments on commit 5900883

Please sign in to comment.