Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2552#discussion_r175534750 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/firewall/impl/FileBasedClusterNodeFirewallTest.java --- @@ -81,6 +82,7 @@ public void setup() throws Exception { * We have two garbage lines in our test config file, ensure they didn't get turned into hosts. */ @Test + @Ignore("DOn't commit this! ") --- End diff -- I assume you didn't want to commit this?
---