HADOOP-18045. Disable TestDynamometerInfra (#3829)
Reviewed-by: Fei Hui <feihui.ustc@gmail.com>
This commit is contained in:
parent
ebdbe7eb82
commit
dba139cd0f
@ -76,6 +76,7 @@
|
|||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
@ -111,6 +112,7 @@
|
|||||||
* property to point directly to a Hadoop tarball which is present locally and
|
* property to point directly to a Hadoop tarball which is present locally and
|
||||||
* no download will occur.
|
* no download will occur.
|
||||||
*/
|
*/
|
||||||
|
@Ignore
|
||||||
public class TestDynamometerInfra {
|
public class TestDynamometerInfra {
|
||||||
|
|
||||||
private static final Logger LOG =
|
private static final Logger LOG =
|
||||||
|
Loading…
Reference in New Issue
Block a user