Skip to content

Commit

Permalink
[chip-tool-darwin] Enable TestSystemCommands (#18225)
Browse files Browse the repository at this point in the history
* [chip-tool-darwin] Enable TestSystemCommands

* Update generated test code
  • Loading branch information
vivien-apple authored May 9, 2022
1 parent e41bcd2 commit 3c3a422
Show file tree
Hide file tree
Showing 2 changed files with 433 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/chip-tool-darwin/templates/tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ function getTests() {
// TODO: TestConfigVariables not supported properly in codegen yet.
tests.disable('TestConfigVariables');

// TODO: TestSystemCommands needs codegen changes or changes to the system
// command implementation.
tests.disable('TestSystemCommands');

// TODO: TestGroupMessaging does not work on Darwin for now.
tests.disable('TestGroupMessaging');

Expand Down
Loading

0 comments on commit 3c3a422

Please sign in to comment.