Skip to content

Commit

Permalink
Re-enable certgen cli tests on windows (#58017)
Browse files Browse the repository at this point in the history
relates #50825
  • Loading branch information
rjernst committed Jun 12, 2020
1 parent 2bc332b commit 8f6d6a0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import org.elasticsearch.packaging.util.Platforms;
import org.elasticsearch.packaging.util.ServerUtils;
import org.elasticsearch.packaging.util.Shell;
import org.junit.Assume;
import org.junit.Before;
import org.junit.BeforeClass;

Expand All @@ -51,9 +50,6 @@ public class CertGenCliTests extends PackagingTestCase {

@Before
public void filterDistros() {
// Muted on Windows see: https://github.com/elastic/elasticsearch/issues/50825
Assume.assumeFalse(System.getProperty("os.name").startsWith("Windows"));

assumeTrue("only default distro", distribution.flavor == Distribution.Flavor.DEFAULT);
assumeTrue("no docker", distribution.packaging != Distribution.Packaging.DOCKER);
}
Expand Down

0 comments on commit 8f6d6a0

Please sign in to comment.