Amend HDFS-3753 to ignore TestHdfsNativeCodeLoader. To be fixed in HDFS-4003.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1393830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eli Collins 2012-10-03 23:38:08 +00:00
parent 43ae84761f
commit 5c19b6b7b6
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
*/
package org.apache.hadoop.fs;
import org.junit.Ignore;
import org.junit.Test;
import static org.junit.Assert.*;
@ -35,6 +36,7 @@ private static boolean requireTestJni() {
}
@Test
@Ignore
public void testNativeCodeLoaded() {
if (requireTestJni() == false) {
LOG.info("TestNativeCodeLoader: libhadoop.so testing is not required.");