Skip to content

Commit

Permalink
Properly skip OnDemandBlockSnapshotIndexInputTests.testVariousBlockSi…
Browse files Browse the repository at this point in the history
…ze on Windows. (#5511) (#5512)
  • Loading branch information
opensearch-trigger-bot[bot] authored Dec 12, 2022
1 parent 31f895e commit ed39e74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public class OnDemandBlockSnapshotIndexInputTests extends OpenSearchTestCase {

@Before
public void init() {
assumeFalse("Awaiting Windows fix https://github.com/opensearch-project/OpenSearch/issues/5396", Constants.WINDOWS);
transferManager = mock(TransferManager.class);
lockFactory = SimpleFSLockFactory.INSTANCE;
path = LuceneTestCase.createTempDir("OnDemandBlockSnapshotIndexInputTests");
Expand All @@ -69,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 ed39e74

Please sign in to comment.