<fileset dir="${test.classes.dir}">
<exclude name="**/integration/http/*" />
<include name="${tests.param}"/>
</fileset>
iirc, we temporarily excluded them because of a bug in netty HTTP code.
When we updated netty version which fixed it, we forgot to include them back