From 3207753fd5aa802ef6f798fb637f06bddf57c333 Mon Sep 17 00:00:00 2001 From: cecille Date: Thu, 15 Feb 2024 16:35:42 -0500 Subject: [PATCH] Revert "dodgy hack for ci" This reverts commit d3f2125c5b529d55e6ae56958eee759f3d346a40. On second thought, let's not. --- src/python_testing/TC_CNET_4_4.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/python_testing/TC_CNET_4_4.py b/src/python_testing/TC_CNET_4_4.py index d6321530083748..92f69e83ac4d28 100644 --- a/src/python_testing/TC_CNET_4_4.py +++ b/src/python_testing/TC_CNET_4_4.py @@ -59,12 +59,7 @@ async def test_TC_CNET_4_4(self): return self.step(2) - is_ci = self.check_pics('PICS_SDK_CI_ONLY') - if is_ci: - # TODO: CI doesn't support this attribute for various reasons. I'll have to find the issue to link it here. - supported_wifi_bands = [b.value for b in cnet.Enums.WiFiBandEnum] - else: - supported_wifi_bands = await self.read_single_attribute_check_success(cluster=cnet, attribute=attr.SupportedWiFiBands) + supported_wifi_bands = await self.read_single_attribute_check_success(cluster=cnet, attribute=attr.SupportedWiFiBands) self.step(3) networks = await self.read_single_attribute_check_success(cluster=cnet, attribute=attr.Networks)