Skip to content

Commit

Permalink
Unmuting TranslogTransferManagerTests for Windows
Browse files Browse the repository at this point in the history
Signed-off-by: owaiskazi19 <[email protected]>
  • Loading branch information
owaiskazi19 committed Apr 17, 2023
1 parent 2141d20 commit 2734520
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 2734520

Please sign in to comment.