We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e594c commit 55d1229Copy full SHA for 55d1229
modules/data-streams/build.gradle
@@ -30,6 +30,10 @@ tasks.withType(StandaloneRestIntegTestTask).configureEach {
30
usesDefaultDistribution("to be triaged")
31
}
32
33
+tasks.named("internalClusterTest").configure {
34
+ systemProperty 'es.logs_stream_feature_flag_enabled', 'true'
35
+}
36
+
37
if (buildParams.inFipsJvm){
38
// These fail in CI but only when run as part of checkPart2 and not individually.
39
// Tracked in :
0 commit comments