Amend HDFS-3753 to ignore TestHdfsNativeCodeLoader. To be fixed in HDFS-4003.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1393831 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dd16390e9c
commit
3bb5fb6f08
|
@ -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 @@ public class TestHdfsNativeCodeLoader {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testNativeCodeLoaded() {
|
||||
if (requireTestJni() == false) {
|
||||
LOG.info("TestNativeCodeLoader: libhadoop.so testing is not required.");
|
||||
|
|
Loading…
Reference in New Issue