From fed3f670a5485adbd20c3568de59dffc19c4a17e Mon Sep 17 00:00:00 2001 From: Ramesh Raghupathy Date: Wed, 4 Sep 2024 14:52:23 -0700 Subject: [PATCH] Resolved a SA issue --- tests/system_health_test.py | 1 + 1 file changed, 1 insertion(+) 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