Github user mcgilman commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2693#discussion_r187686929
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestListenHTTP.java
---
@@ -168,6 +169,8 @@ public void
testSecurePOSTRequestsReturnCodeReceivedWithEL() throws Exception {
}
@Test
+ // TODO / NOCOMMIT: Don't check in with this ignored... it's now
failing because the service is valid. DOn't know why it was invalid before....
--- End diff --
Was this meant to be committed :)
---