Skip to content

Commit 3e493b3

Browse files
authored
[Failure Store] Feature-flag test (elastic#125591) (elastic#125651)
Closes: elastic#12555
1 parent 2ad83fb commit 3e493b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authz/accesscontrol/IndicesPermissionTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ public void testAuthorize() {
184184
}
185185

186186
public void testAuthorizeDataStreamAccessWithFailuresSelector() {
187+
assumeTrue("failure store required", DataStream.isFailureStoreFeatureFlagEnabled());
188+
187189
Metadata.Builder builder = Metadata.builder();
188190
String dataStreamName = randomAlphaOfLength(6);
189191
int numBackingIndices = randomIntBetween(1, 3);

0 commit comments

Comments
 (0)