Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <[email protected]>
  • Loading branch information
mch2 committed Dec 9, 2022
1 parent 5b5298e commit eb9e1c3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import org.apache.lucene.store.MMapDirectory;
import org.apache.lucene.store.SimpleFSLockFactory;
import org.apache.lucene.tests.util.LuceneTestCase;
import org.apache.lucene.util.Constants;
import org.apache.lucene.util.Version;
import org.junit.After;
import org.junit.Before;
Expand Down Expand Up @@ -67,6 +68,7 @@ public void clean() {
}

public void testVariousBlockSize() throws Exception {
assumeFalse("Awaiting Windows fix https://github.com/opensearch-project/OpenSearch/issues/5396", Constants.WINDOWS);
int fileSize = 29360128;
int blockSizeShift;

Expand Down

0 comments on commit eb9e1c3

Please sign in to comment.