Skip to content

Commit 67bb599

Browse files
n1v0lgomricohenn
authored andcommitted
[Failure Store] Feature-flag test (elastic#125591)
Closes: elastic#12555
1 parent f1d8724 commit 67bb599

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
@@ -187,6 +187,8 @@ public void testAuthorize() {
187187
}
188188

189189
public void testAuthorizeDataStreamAccessWithFailuresSelector() {
190+
assumeTrue("failure store required", DataStream.isFailureStoreFeatureFlagEnabled());
191+
190192
Metadata.Builder builder = Metadata.builder();
191193
String dataStreamName = randomAlphaOfLength(6);
192194
int numBackingIndices = randomIntBetween(1, 3);

0 commit comments

Comments
 (0)