Skip to content

Commit

Permalink
Add index mode feature flag to data stream's test task. (#86348)
Browse files Browse the repository at this point in the history
Closes #86333
  • Loading branch information
martijnvg authored May 3, 2022
1 parent 017bf7f commit 1c8c80d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions modules/data-streams/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ if (BuildParams.isSnapshotBuild() == false) {
tasks.named("internalClusterTest").configure {
systemProperty 'es.index_mode_feature_flag_registered', 'true'
}
tasks.named("test").configure {
systemProperty 'es.index_mode_feature_flag_registered', 'true'
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
*/
public class MetadataIndexTemplateServiceTests extends ESSingleNodeTestCase {

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/86333")
public void testValidateTsdbDataStreamsReferringTsdbTemplate() throws Exception {
var state = ClusterState.EMPTY_STATE;
final var service = getMetadataIndexTemplateService();
Expand Down

0 comments on commit 1c8c80d

Please sign in to comment.