Skip to content

Commit

Permalink
try using the quick target
Browse files Browse the repository at this point in the history
  • Loading branch information
smittals2 committed Feb 28, 2025
1 parent 75914b7 commit 72d8b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/integration/run_librdkafka_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function kafka_run_tests() {
pushd ${KAFKA_SRC_FOLDER}/tests
python3 -m pip install -U -r requirements.txt
python3 -m trivup.clusters.KafkaCluster --version 2.8.0 << EOF
TESTS_SKIP=0092,0113 make -j
TESTS_SKIP=0092,0113 make -j quick
exit
EOF
}
Expand Down

0 comments on commit 72d8b4e

Please sign in to comment.