Skip to content

Commit dba139c

Browse files
authored
HADOOP-18045. Disable TestDynamometerInfra (#3829)
Reviewed-by: Fei Hui <feihui.ustc@gmail.com>
1 parent ebdbe7e commit dba139c

File tree

1 file changed

+2
-0
lines changed
  • hadoop-tools/hadoop-dynamometer/hadoop-dynamometer-infra/src/test/java/org/apache/hadoop/tools/dynamometer

1 file changed

+2
-0
lines changed

hadoop-tools/hadoop-dynamometer/hadoop-dynamometer-infra/src/test/java/org/apache/hadoop/tools/dynamometer/TestDynamometerInfra.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
import org.junit.Assert;
7777
import org.junit.Assume;
7878
import org.junit.BeforeClass;
79+
import org.junit.Ignore;
7980
import org.junit.Test;
8081
import org.slf4j.Logger;
8182
import org.slf4j.LoggerFactory;
@@ -111,6 +112,7 @@
111112
* property to point directly to a Hadoop tarball which is present locally and
112113
* no download will occur.
113114
*/
115+
@Ignore
114116
public class TestDynamometerInfra {
115117

116118
private static final Logger LOG =

0 commit comments

Comments
 (0)