Skip to content

Commit

Permalink
Fix doc test - enable ccs_telemetry feature on tests (elastic#113066) (
Browse files Browse the repository at this point in the history
…elastic#113142)

(cherry picked from commit 2d1b67b)

# Conflicts:
#	muted-tests.yml
  • Loading branch information
smalyshev committed Sep 18, 2024
1 parent 2a94927 commit 5481f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ testClusters.matching { it.name == "yamlRestTest"}.configureEach {

requiresFeature 'es.index_mode_feature_flag_registered', Version.fromString("8.0.0")
requiresFeature 'es.failure_store_feature_flag_enabled', Version.fromString("8.12.0")
requiresFeature 'es.ccs_telemetry_feature_flag_enabled', Version.fromString("8.16.0")

// TODO Rene: clean up this kind of cross project file references
extraConfigFile 'op-jwks.json', project(':x-pack:test:idp-fixture').file("src/main/resources/oidc/op-jwks.json")
Expand Down

0 comments on commit 5481f66

Please sign in to comment.