diff --git a/tests/platform_tests/api/test_psu.py b/tests/platform_tests/api/test_psu.py index d49d4ffb2f1..255903e8e42 100644 --- a/tests/platform_tests/api/test_psu.py +++ b/tests/platform_tests/api/test_psu.py @@ -197,7 +197,7 @@ def test_fans(self, duthosts, enum_rand_one_per_hwsku_hostname, localhost, platf def test_power(self, duthosts, enum_rand_one_per_hwsku_hostname, localhost, platform_api_conn): ''' PSU power test ''' duthost = duthosts[enum_rand_one_per_hwsku_hostname] - skip_release_for_platform(duthost, ["202012", "201911", "201811"], ["arista"]) + skip_release_for_platform(duthost, ["202205", "202012", "201911", "201811"], ["arista"]) for psu_id in range(self.num_psus): name = psu.get_name(platform_api_conn, psu_id)