Skip to content

Commit

Permalink
[Revert before merge] disable bls subtest
Browse files Browse the repository at this point in the history
  • Loading branch information
kthui committed May 24, 2024
1 parent 55e2d02 commit b48195b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/L0_backend_python/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ fi
# Disable variants test for Jetson since already built without GPU Tensor support
# Disable decoupled test because it uses GPU tensors
if [ "$TEST_JETSON" == "0" ]; then
SUBTESTS="ensemble bls decoupled"
SUBTESTS="ensemble decoupled"
# [DLIS-6093] Disable variants test for Windows since tests are not executed in docker container (cannot apt update/install)
# [DLIS-5970] Disable io tests for Windows since GPU Tensors are not supported
# [DLIS-6122] Disable model_control & request_rescheduling tests for Windows since they require load/unload
Expand Down

0 comments on commit b48195b

Please sign in to comment.