Skip to content

Commit 55d1229

Browse files
committed
Enabling logs-stream feature flag in integ tests for release builds
1 parent 08e594c commit 55d1229

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/data-streams/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ tasks.withType(StandaloneRestIntegTestTask).configureEach {
3030
usesDefaultDistribution("to be triaged")
3131
}
3232

33+
tasks.named("internalClusterTest").configure {
34+
systemProperty 'es.logs_stream_feature_flag_enabled', 'true'
35+
}
36+
3337
if (buildParams.inFipsJvm){
3438
// These fail in CI but only when run as part of checkPart2 and not individually.
3539
// Tracked in :

0 commit comments

Comments
 (0)