Skip to content

Commit

Permalink
Unmuting TranslogTransferManagerTests for Windows (#7173) (#7199)
Browse files Browse the repository at this point in the history
(cherry picked from commit e2ced4c)

Signed-off-by: owaiskazi19 <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 590357c commit 59ec803
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
package org.opensearch.index.translog.transfer;

import org.apache.lucene.tests.util.LuceneTestCase;
import org.apache.lucene.util.Constants;
import org.mockito.Mockito;
import org.opensearch.action.ActionListener;
import org.opensearch.common.blobstore.BlobContainer;
Expand Down Expand Up @@ -57,8 +56,6 @@ public class TranslogTransferManagerTests extends OpenSearchTestCase {
@Override
public void setUp() throws Exception {
super.setUp();
// Muting this test on windows until https://github.com/opensearch-project/OpenSearch/issues/5923
assumeFalse("Test does not run on Windows", Constants.WINDOWS);
primaryTerm = randomNonNegativeLong();
generation = randomNonNegativeLong();
minTranslogGeneration = randomLongBetween(0, generation);
Expand Down

0 comments on commit 59ec803

Please sign in to comment.