git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@743941 13f79535-47bb-0310-9956-ffa450edef68
@@ -159,6 +159,9 @@ Trunk (unreleased changes)
HADOOP-5226. Add license headers to html and jsp files. (szetszwo)
+ HADOOP-5172. Disable misbehaving Chukwa unit test until it can be fixed.
+ (Jerome Boulon via nigel)
+
Release 0.20.0 - Unreleased
INCOMPATIBLE CHANGES
@@ -314,6 +314,7 @@
<fileset dir="${test.src.dir}">
<include name="**/${test.include}.java"/>
<exclude name="**/${test.exclude}.java"/>
+ <exclude name="**/TestAgentConfig.java"/>
</fileset>
</batchtest>
<batchtest todir="${test.build.dir}" if="testcase">