From 11a97192441319da0a4eab1d16573216bd6f9094 Mon Sep 17 00:00:00 2001 From: cecille Date: Wed, 27 Sep 2023 10:52:21 -0400 Subject: [PATCH] Run timesync yaml tests in CI No longer in development. --- scripts/tests/chiptest/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/tests/chiptest/__init__.py b/scripts/tests/chiptest/__init__.py index 3180be2da54847..0a6da0585480d6 100644 --- a/scripts/tests/chiptest/__init__.py +++ b/scripts/tests/chiptest/__init__.py @@ -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