Skip to content

Commit 0c941f2

Browse files
authored
Disable entitlements for DirectIOIT, the suite requires delegation to work (#131505) (#131512)
Disable entitlements for DirectIOIT, the suite requires delegation to work. On main the suite is skipped (direct IO is disabled by default), but this blocks backports.
1 parent 1f2866f commit 0c941f2

File tree

1 file changed

+2
-0
lines changed
  • server/src/internalClusterTest/java/org/elasticsearch/index/store

1 file changed

+2
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/index/store/DirectIOIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import org.elasticsearch.search.vectors.KnnSearchBuilder;
2222
import org.elasticsearch.search.vectors.VectorData;
2323
import org.elasticsearch.test.ESIntegTestCase;
24+
import org.elasticsearch.test.ESTestCase;
2425
import org.elasticsearch.test.InternalSettingsPlugin;
2526
import org.elasticsearch.test.MockLog;
2627
import org.elasticsearch.test.junit.annotations.TestLogging;
@@ -40,6 +41,7 @@
4041
import static org.hamcrest.Matchers.is;
4142

4243
@LuceneTestCase.SuppressCodecs("*") // only use our own codecs
44+
@ESTestCase.WithoutEntitlements // requires entitlement delegation ES-10920
4345
public class DirectIOIT extends ESIntegTestCase {
4446

4547
@BeforeClass

0 commit comments

Comments
 (0)