Skip to content

Commit 722a1b4

Browse files
authored
[Failure Store] Feature-flag test (#125591)
Closes: #12555
1 parent 4009599 commit 722a1b4

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)