diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index 6e56be0c..7814722b 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -517,16 +517,18 @@ def launcher(event_loop): docker.types.DeviceRequest(count=gpu_count, capabilities=[["gpu"]]) ] - raise Exception( - f""" - Docoker image: {DOCKER_IMAGE} - args: {args} - container name: {container_name} - env: {env} - device_requests: {device_requests} - devices: {devices} - """ - ) + # raise Exception( + # f""" + # Docoker image: {DOCKER_IMAGE} + # args: {args} + # container name: {container_name} + # env: {env} + # device_requests: {device_requests} + # devices: {devices} + # """ + # ) + env.pop("LOG_LEVEL") + env.pop("ROCR_VISIBLE_DEVICES") container = client.containers.run( DOCKER_IMAGE, command=args,