diff --git a/tests/system_health_test.py b/tests/system_health_test.py index ba17f0928a..a800ccd582 100644 --- a/tests/system_health_test.py +++ b/tests/system_health_test.py @@ -379,6 +379,7 @@ def test_health_dpu(self): result = runner.invoke(show.cli.commands["system-health"].commands["dpu"], ["DPU0"]) click.echo(result.output) + ''' # # TBD: Uncomment this code in phase:2 when system-health is supported