-
Notifications
You must be signed in to change notification settings - Fork 24.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix doc test - enable ccs_telemetry feature on tests #113066
Conversation
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
docs/build.gradle
Outdated
@@ -85,6 +85,7 @@ testClusters.matching { it.name == "yamlRestTest"}.configureEach { | |||
keystorePassword 'keystore-password' | |||
if (BuildParams.isSnapshotBuild() == false) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this whole block can be removed since we already define the feature flags below. Not sure why this has been duplicated for this flag but it's not needed.
2e10259
to
8c37dae
Compare
@elasticmachine update branch |
💔 Backport failed
You can use sqren/backport to manually backport by running |
(cherry picked from commit 2d1b67b) # Conflicts: # muted-tests.yml
Backported manually. |
Fixes #112732