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:
parent
43ae84761f
commit
5c19b6b7b6
|
@ -17,6 +17,7 @@
|
||||||
*/
|
*/
|
||||||
package org.apache.hadoop.fs;
|
package org.apache.hadoop.fs;
|
||||||
|
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
|
@ -35,6 +36,7 @@ public class TestHdfsNativeCodeLoader {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void testNativeCodeLoaded() {
|
public void testNativeCodeLoaded() {
|
||||||
if (requireTestJni() == false) {
|
if (requireTestJni() == false) {
|
||||||
LOG.info("TestNativeCodeLoader: libhadoop.so testing is not required.");
|
LOG.info("TestNativeCodeLoader: libhadoop.so testing is not required.");
|
||||||
|
|
Loading…
Reference in New Issue