Skip to content

Commit 9d52fce

Browse files
authored
Enable the failure store feature flag for data stream tests (#108954)
1 parent 23efbf0 commit 9d52fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/data-streams/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (BuildParams.inFipsJvm){
3939
}
4040

4141
if (BuildParams.isSnapshotBuild() == false) {
42-
tasks.named("internalClusterTest").configure {
42+
tasks.withType(Test).configureEach {
4343
systemProperty 'es.failure_store_feature_flag_enabled', 'true'
4444
}
4545
}

0 commit comments

Comments
 (0)