diff --git a/projects/rocprofiler-compute/tests/test_profile_general.py b/projects/rocprofiler-compute/tests/test_profile_general.py index 5402829dda..12bb8f3665 100644 --- a/projects/rocprofiler-compute/tests/test_profile_general.py +++ b/projects/rocprofiler-compute/tests/test_profile_general.py @@ -562,8 +562,8 @@ def test_kernel_names(): @pytest.mark.misc def test_device_filter(): device_id = "0" - if "HIP_VISIBLE_DEVICES" in os.environ: - device_id = os.environ["HIP_VISIBLE_DEVICES"] + # if "HIP_VISIBLE_DEVICES" in os.environ: + # device_id = os.environ["HIP_VISIBLE_DEVICES"] options = baseline_opts + ["--device", device_id] workload_dir = test_utils.get_output_dir()