HADOOP-18045. Disable TestDynamometerInfra (#3829)

Reviewed-by: Fei Hui <feihui.ustc@gmail.com>
This commit is contained in:
Akira Ajisaka 2021-12-28 13:22:12 +09:00 committed by GitHub
parent ebdbe7eb82
commit dba139cd0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,7 @@
import org.junit.Assert;
import org.junit.Assume;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@ -111,6 +112,7 @@
* property to point directly to a Hadoop tarball which is present locally and
* no download will occur.
*/
@Ignore
public class TestDynamometerInfra {
private static final Logger LOG =