Skip to content

Commit

Permalink
disable Test for Darwin as it does not support reboot command currently
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs committed Apr 4, 2022
1 parent 3153a6c commit f362470
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 924 deletions.
7 changes: 2 additions & 5 deletions examples/chip-tool-darwin/templates/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,8 @@ function getTests()
];

const OnOff = [
'Test_TC_OO_1_1',
'Test_TC_OO_2_1',
'Test_TC_OO_2_2',
'Test_TC_OO_2_3',
'Test_TC_OO_2_4',
'Test_TC_OO_1_1', 'Test_TC_OO_2_1', 'Test_TC_OO_2_2', 'Test_TC_OO_2_3',
// 'Test_TC_OO_2_4', Disable this Test for now as Darwin does not support reboot commands currently
];

const PowerSource = [
Expand Down
7 changes: 2 additions & 5 deletions src/darwin/Framework/CHIP/templates/tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,8 @@ function getTests()
];

const OnOff = [
'Test_TC_OO_1_1',
'Test_TC_OO_2_1',
'Test_TC_OO_2_2',
'Test_TC_OO_2_3',
'Test_TC_OO_2_4',
'Test_TC_OO_1_1', 'Test_TC_OO_2_1', 'Test_TC_OO_2_2', 'Test_TC_OO_2_3',
// 'Test_TC_OO_2_4', Disable this Test for now as Darwin does not support reboot commands currently
];

const PowerSource = [
Expand Down
Loading

0 comments on commit f362470

Please sign in to comment.