Skip to content

Commit

Permalink
Revert smoke profile usage
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless committed Aug 16, 2024
1 parent 35c0ad6 commit c0b2515
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions systemtest/tmt/tests/strimzi/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ echo "Using container tag '$DOCKER_TAG'"
echo "Using CONNECT_IMAGE_WITH_FILE_SINK_PLUGIN=$CONNECT_IMAGE_WITH_FILE_SINK_PLUGIN"

mvn compile -pl config-model-generator -DskipTests -Dmaven.javadoc.skip=true --no-transfer-progress
# Revert profile part!
mvn verify -pl systemtest -P smoke \
mvn verify -pl systemtest -P ${TEST_PROFILE} \
$([[ "${TEST_GROUPS}" != "" ]] && echo "-Dgroups=${TEST_GROUPS}" || echo "") \
$([[ "${TESTS}" != "" ]] && echo "-Dit.test=${TESTS}" || echo "") \
-DexcludedGroups="${EXCLUDED_TEST_GROUPS}" \
Expand Down

0 comments on commit c0b2515

Please sign in to comment.