Github user bbende commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2391#discussion_r162655326
--- Diff:
nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/test/java/org/apache/nifi/processors/hadoop/GetHDFSTest.java
---
@@ -224,17 +224,6 @@ public void testDirectoryUsesValidEL() throws
IOException {
assertTrue(receiveEvent.getTransitUri().endsWith("13545423550275052.zip"));
}
- @Test
- public void testDirectoryUsesUnrecognizedEL() throws IOException {
--- End diff --
Same as previous comment
---