[TEST] Mlockall: Removing assertTrue until we have the proper test infra
This commit is contained in:
parent
852482844c
commit
6dcd5bf618
|
@ -32,10 +32,6 @@ public class NativesTests extends ElasticsearchTestCase {
|
|||
if (Constants.MAC_OS_X) {
|
||||
assertFalse("Memory locking is not available on OS X platforms", Natives.LOCAL_MLOCKALL);
|
||||
}
|
||||
|
||||
if (Constants.WINDOWS) {
|
||||
assertTrue(Natives.LOCAL_MLOCKALL);
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue