We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1045754 commit 1524294Copy full SHA for 1524294
scripts/tests/chiptest/__init__.py
@@ -143,8 +143,6 @@ def _GetExtraSlowTests() -> Set[str]:
143
def _GetInDevelopmentTests() -> Set[str]:
144
"""Tests that fail in YAML for some reason."""
145
return {
146
- "Test_TC_TIMESYNC_1_1.yaml", # Time sync SDK is not yet ready
147
- "Test_TC_TIMESYNC_2_3.yaml", # Time sync SDK is not yet ready
148
"Test_TC_PSCFG_1_1.yaml", # Power source configuration cluster is deprecated and removed from all-clusters
149
"Test_TC_PSCFG_2_1.yaml", # Power source configuration cluster is deprecated and removed from all-clusters
150
"Test_TC_PSCFG_2_2.yaml", # Power source configuration cluster is deprecated and removed from all-clusters
0 commit comments