Skip to content

Commit

Permalink
Disable Thermostat Clusters attribute tests from Darwin (#11446)
Browse files Browse the repository at this point in the history
* Remove Thermostat Cluster Tests from Darwin

When the pre-attribute-change-callback is added to the chip-all-clusters-app it is validating against spec constraints.  The auto generated tests violate these constraints and cause CI to fail.

* regen ChipClustersTests.m
  • Loading branch information
chrisbeach59 authored and pull[bot] committed Jan 9, 2024
1 parent 202acd3 commit 1135923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 530 deletions.
2 changes: 2 additions & 0 deletions src/darwin/Framework/CHIP/templates/clusters-tests.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ CHIPDevice * GetConnectedDevice()
{{#chip_client_clusters}}
{{#unless (isStrEqual "Test Cluster" name)}}
{{#unless (isStrEqual "Basic" name)}}
{{#unless (isStrEqual "Thermostat" name)}}
{{#chip_server_cluster_attributes}}
- (void)testSendCluster{{asUpperCamelCase parent.name}}ReadAttribute{{asUpperCamelCase name}}WithResponseHandler
{
Expand Down Expand Up @@ -213,6 +214,7 @@ CHIPDevice * GetConnectedDevice()
{{/chip_server_cluster_attributes}}
{{/unless}}
{{/unless}}
{{/unless}}
{{/chip_client_clusters}}

@end
Loading

0 comments on commit 1135923

Please sign in to comment.