Skip to content

Commit

Permalink
Revert "dodgy hack for ci"
Browse files Browse the repository at this point in the history
This reverts commit d3f2125.

On second thought, let's not.
  • Loading branch information
cecille committed Feb 15, 2024
1 parent d3f2125 commit 3207753
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/python_testing/TC_CNET_4_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3207753

Please sign in to comment.