Skip to content

Commit

Permalink
Disable OtaSoftwareUpdateProvider cluster tests for Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp committed Jan 12, 2022
1 parent e4eba36 commit c8f84de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 50 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 @@ -210,6 +210,7 @@ CHIPDevice * GetConnectedDevice(void)
{{#unless (isStrEqual "Access Control" name)}}
{{#unless (isStrEqual "Basic" name)}}
{{#unless (isStrEqual "Thermostat" name)}}
{{#unless (isStrEqual "OTA Software Update Provider" name)}}
{{#chip_server_cluster_attributes}}
{{#unless (isStrEqual chipCallback.name "Unsupported")}}
- (void)testSendCluster{{asUpperCamelCase parent.name}}ReadAttribute{{asUpperCamelCase name}}WithCompletionHandler
Expand Down Expand Up @@ -266,6 +267,7 @@ CHIPDevice * GetConnectedDevice(void)
{{/unless}}
{{/unless}}
{{/unless}}
{{/unless}}
{{/chip_client_clusters}}

@end
50 changes: 0 additions & 50 deletions src/darwin/Framework/CHIPTests/CHIPClustersTests.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c8f84de

Please sign in to comment.