File tree 1 file changed +5
-4
lines changed
applications/zpc/components/zwave_command_classes/test
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -438,12 +438,13 @@ target_add_unittest(
438
438
zwave_tx_mock
439
439
uic_dotdot_mqtt_mock
440
440
)
441
- if (${BUILD_TESTING_PROPERTY_DISABLED} )
441
+ if (${ZPC_BUILD_TESTING_PROPERTY_DISABLED} )
442
+ message (WARNING "Please fix this test" )
442
443
set_tests_properties (zwave_command_class_switch_multilevel_test
443
444
PROPERTIES DISABLED True
444
445
)
445
446
endif ()
446
-
447
+
447
448
# Z-Wave Color Switch Command Class test
448
449
target_add_unittest(
449
450
zwave_command_classes
@@ -819,13 +820,13 @@ target_add_unittest(
819
820
uic_attribute_resolver_mock
820
821
zpc_attribute_resolver_mock
821
822
)
822
- if (${BUILD_TESTING_PROPERTY_DISABLED} )
823
+ if (${ZPC_BUILD_TESTING_PROPERTY_DISABLED} )
824
+ message (WARNING "Please fix this test" )
823
825
set_tests_properties (zwave_command_class_user_code_test
824
826
PROPERTIES DISABLED True
825
827
)
826
828
endif ()
827
829
828
-
829
830
# Humidity Control Mode test
830
831
target_add_unittest(
831
832
zwave_command_classes
You can’t perform that action at this time.
0 commit comments