Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbauman committed May 23, 2024
1 parent d5d5630 commit b765ec7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/data-streams/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ if (BuildParams.inFipsJvm){
}

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

0 comments on commit b765ec7

Please sign in to comment.