Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence warnings about descriptions not being handled when running YA…
…ML tests. (#29111) We kept getting these warnings: TEST ERR : WARNING:root:TAG configurator::cluster::description was not handled/recognized at src/app/zap-templates/zcl/data-model/chip/fixed-label-cluster.xml:33:7 TEST ERR : WARNING:root:TAG configurator::cluster::command::description was not handled/recognized at src/app/zap-templates/zcl/data-model/chip/dishwasher-mode-cluster.xml:47:6 TEST ERR : WARNING:root:TAG configurator::clusterExtension::command::description was not handled/recognized at src/app/zap-templates/zcl/data-model/chip/clusters-extensions.xml:21:104 The fix is to change DescriptionHandler to note that it's handling the tag. This also lets us switch events to also use DescriptionHandler.
- Loading branch information