Skip to content

Commit

Permalink
Merge branch 'master' into telink_shell_optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 authored Sep 28, 2023
2 parents ac7a0c8 + 7331bc8 commit 651b8e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14 : [Silabs] Adding Wiseconnect sdk and and image optimization
15 : [Silabs] Adds fix for SLC CLI path
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN git clone --depth=1 --branch=MatterCert https://github.com/SiliconLabs/wisec
# SLC-cli install
# TODO: figure out a way to make this a fixed version. Currently a moving target.
RUN wget https://www.silabs.com/documents/login/software/slc_cli_linux.zip && \
unzip ./slc_cli_linux.zip -d /tmp/slc_cli && \
unzip ./slc_cli_linux.zip -d /tmp && \
rm ./slc_cli_linux.zip \
&& : # last line

Expand Down
2 changes: 0 additions & 2 deletions scripts/tests/chiptest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ def _GetExtraSlowTests() -> Set[str]:
def _GetInDevelopmentTests() -> Set[str]:
"""Tests that fail in YAML for some reason."""
return {
"Test_TC_TIMESYNC_1_1.yaml", # Time sync SDK is not yet ready
"Test_TC_TIMESYNC_2_3.yaml", # Time sync SDK is not yet ready
"Test_TC_PSCFG_1_1.yaml", # Power source configuration cluster is deprecated and removed from all-clusters
"Test_TC_PSCFG_2_1.yaml", # Power source configuration cluster is deprecated and removed from all-clusters
"Test_TC_PSCFG_2_2.yaml", # Power source configuration cluster is deprecated and removed from all-clusters
Expand Down

0 comments on commit 651b8e4

Please sign in to comment.