Github user markap14 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/3052#discussion_r224502224
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/scheduling/TestStandardProcessScheduler.java
---
@@ -169,6 +169,7 @@ public void after() throws Exception {
* run. This unit test is intended to verify that we have this
resolved.
*/
@Test
+ @Ignore("This test appears to be buggy")
--- End diff --
@joewitt thanks. I created NIFI-5686 and submitted a PR for htis.
---