File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
qa/os/src/test/java/org/elasticsearch/packaging/test Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 25
25
import org .elasticsearch .packaging .util .Platforms ;
26
26
import org .elasticsearch .packaging .util .ServerUtils ;
27
27
import org .elasticsearch .packaging .util .Shell ;
28
- import org .junit .Assume ;
29
28
import org .junit .Before ;
30
29
import org .junit .BeforeClass ;
31
30
@@ -51,9 +50,6 @@ public class CertGenCliTests extends PackagingTestCase {
51
50
52
51
@ Before
53
52
public void filterDistros () {
54
- // Muted on Windows see: https://github.com/elastic/elasticsearch/issues/50825
55
- Assume .assumeFalse (System .getProperty ("os.name" ).startsWith ("Windows" ));
56
-
57
53
assumeTrue ("only default distro" , distribution .flavor == Distribution .Flavor .DEFAULT );
58
54
assumeTrue ("no docker" , distribution .packaging != Distribution .Packaging .DOCKER );
59
55
}
You can’t perform that action at this time.
0 commit comments