lordgamez commented on a change in pull request #1252:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1252#discussion_r801353913



##########
File path: docker/DockerVerify.sh
##########
@@ -74,4 +74,5 @@ BEHAVE_OPTS=(-f pretty --logging-level INFO 
--logging-clear-handlers)
 # behave "${BEHAVE_OPTS[@]}" "features/file_system_operations.feature" -n "Get 
and put operations run in a simple flow"
 cd "${docker_dir}/test/integration"
 exec
-  behave "${BEHAVE_OPTS[@]}"
+  #behave "${BEHAVE_OPTS[@]}"
+  behave "${BEHAVE_OPTS[@]}" "features/kafka.feature" -n "MiNiFi consumes data 
from a kafka topic"

Review comment:
       You accidentally left this change in :)




-- 
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-unsubscr...@nifi.apache.org

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


Reply via email to