You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/09/01 16:18:09 UTC

[GitHub] [nifi] MikeThomsen commented on a change in pull request #5360: NIFI-9146 to NIFI-9148 - 4 bundles refactored for JUnit 5

MikeThomsen commented on a change in pull request #5360:
URL: https://github.com/apache/nifi/pull/5360#discussion_r700368737



##########
File path: nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/test/groovy/org/apache/nifi/processors/script/ExecuteScriptGroovyTest.groovy
##########
@@ -150,7 +142,10 @@ class ExecuteScriptGroovyTest extends BaseScriptTest {
         }
     }
 
-    @Ignore("This test fails intermittently when the serial execution happens faster than pooled")
+    @EnabledIfSystemProperty(
+            named = "nifi.test.unstable",
+            matches = "true",
+            disabledReason = "This test fails intermittently when the serial execution happens faster than pooled")

Review comment:
       Fair point.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org