Skip to content

Commit

Permalink
Enable the failure store feature flag for data stream internalCluster…
Browse files Browse the repository at this point in the history
…Tests (#108792)
  • Loading branch information
nielsbauman committed May 21, 2024
1 parent e44ee4f commit c300653
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/data-streams/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ if (BuildParams.inFipsJvm){
tasks.named("javaRestTest").configure{enabled = false }
tasks.named("yamlRestTest").configure{enabled = false }
}

if (BuildParams.isSnapshotBuild() == false) {
tasks.named("internalClusterTest").configure {
systemProperty 'es.failure_store_feature_flag_enabled', 'true'
}
}

0 comments on commit c300653

Please sign in to comment.