File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/test/java/org/elasticsearch/datastreams Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -49,4 +49,7 @@ if (BuildParams.isSnapshotBuild() == false) {
4949 tasks. named(" internalClusterTest" ). configure {
5050 systemProperty ' es.index_mode_feature_flag_registered' , ' true'
5151 }
52+ tasks. named(" test" ). configure {
53+ systemProperty ' es.index_mode_feature_flag_registered' , ' true'
54+ }
5255}
Original file line number Diff line number Diff line change 4646 */
4747public class MetadataIndexTemplateServiceTests extends ESSingleNodeTestCase {
4848
49- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/86333" )
5049 public void testValidateTsdbDataStreamsReferringTsdbTemplate () throws Exception {
5150 var state = ClusterState .EMPTY_STATE ;
5251 final var service = getMetadataIndexTemplateService ();
You can’t perform that action at this time.
0 commit comments