Skip to content

Commit

Permalink
Address review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Apr 28, 2022
1 parent 5efc571 commit 3f354d8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions examples/chip-tool-darwin/templates/tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function getTests() {
];

const MultipleFabrics = [
// These tests all need PairWithQRCode
// TODO: These tests all need PairWithQRCode
//'Test_TC_MF_1_3',
//'Test_TC_MF_1_4',
//'Test_TC_MF_1_5',
Expand Down Expand Up @@ -221,7 +221,7 @@ function getTests() {
];

const SecureChannel = [
// This test needs FindCommissionable
// TODO: This test needs FindCommissionable
//'Test_TC_SC_4_2',
];

Expand Down Expand Up @@ -299,23 +299,23 @@ function getTests() {
//'TestClusterComplexTypes',
'TestConstraints',
'TestDelayCommands',
// TestEvents not supported in the codegen yet.
// TODO: TestEvents not supported in the codegen yet.
//'TestEvents',
// TestDiscovery needs FindCommissionable
// TODO: TestDiscovery needs FindCommissionable
//'TestDiscovery',
'TestLogCommands',
'TestSaveAs',
// TestConfigVariables not supported properly in codegen yet.
// TODO: TestConfigVariables not supported properly in codegen yet.
//'TestConfigVariables',
'TestDescriptorCluster',
'TestBasicInformation',
// TestGeneralCommissioning needs PairWithQRCode
// TODO: TestGeneralCommissioning needs PairWithQRCode
//'TestGeneralCommissioning',
'TestIdentifyCluster',
'TestOperationalCredentialsCluster',
'TestModeSelectCluster',
'TestSelfFabricRemoval',
// TestSystemCommands needs codegen changes or changes to the system
// TODO: TestSystemCommands needs codegen changes or changes to the system
// command implementation.
//'TestSystemCommands',
'TestBinding',
Expand All @@ -324,7 +324,7 @@ function getTests() {
];

const MultiAdmin = [
// TestMultiAdmin needs PairWithQRCode
// TODO: TestMultiAdmin needs PairWithQRCode
//'TestMultiAdmin',
];

Expand All @@ -339,10 +339,10 @@ function getTests() {
];

const DoorLock = [
// DL_UsersAndCredentials needs some sort of codegen fixes to produce compiling code.
// TODO: DL_UsersAndCredentials needs some sort of codegen fixes to produce compiling code.
//'DL_UsersAndCredentials',
'DL_LockUnlock',
// DL_Schedules needs some sort of codegen fixes to produce compiling code.
// TODO: DL_Schedules needs some sort of codegen fixes to produce compiling code.
//'DL_Schedules',
'Test_TC_DL_1_3',
];
Expand Down

0 comments on commit 3f354d8

Please sign in to comment.