[TEST] Mlockall: Removing assertTrue until we have the proper test infra

This commit is contained in:
gmarz 2015-05-11 13:51:59 -04:00
parent 852482844c
commit 6dcd5bf618
1 changed files with 0 additions and 4 deletions

View File

@ -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