HADOOP-18045. Disable TestDynamometerInfra (#3829)

Reviewed-by: Fei Hui <feihui.ustc@gmail.com>
(cherry picked from commit dba139cd0f)
This commit is contained in:
Akira Ajisaka 2021-12-28 13:22:12 +09:00
parent b623acff5a
commit 7cd52000e0
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@ import org.junit.AfterClass;
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 @@ import static org.junit.Assert.fail;
* 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 =