Skip to content

Commit c672a6d

Browse files
committed
And this test too
1 parent 4666b3a commit c672a6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/codec/vectors/es818/ES818HnswBinaryQuantizedVectorsFormatTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ private Directory newFSDirectory() throws IOException {
221221
}
222222

223223
static void checkDirectIOSupported() {
224+
assumeTrue("test requires direct IO", ES818BinaryQuantizedVectorsFormat.USE_DIRECT_IO);
224225
Path path = createTempDir("directIOProbe");
225226
try (Directory dir = open(path); IndexOutput out = dir.createOutput("out", IOContext.DEFAULT)) {
226227
out.writeString("test");

0 commit comments

Comments
 (0)