Skip to content

Commit

Permalink
Mark LWM tests on provisional attributes as in development
Browse files Browse the repository at this point in the history
  • Loading branch information
marktrayer committed Sep 26, 2023
1 parent d73a339 commit ac48bae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/tests/chiptest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ def _GetInDevelopmentTests() -> Set[str]:
# TestEventTriggersEnabled is true, which it's not in CI.
"Test_TC_IDM_1_2.yaml", # Broken harness: https://github.com/project-chip/connectedhomeip/issues/29115
"Test_TC_S_2_4.yaml", # https://github.com/project-chip/connectedhomeip/issues/29117
"Test_TC_LWM_3_1.yaml", # Target attribute now provisional and removed from the XML
"Test_TC_LWM_3_2.yaml", # Target attribute now provisional and removed from the XML
"Test_TC_LWM_3_3.yaml" # Target attribute now provisional and removed from the XML
}


Expand Down

0 comments on commit ac48bae

Please sign in to comment.