We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78f093 commit d002cc2Copy full SHA for d002cc2
src/app/tests/BUILD.gn
@@ -217,7 +217,6 @@ chip_test_suite("tests") {
217
"TestReadInteraction.cpp",
218
"TestReportScheduler.cpp",
219
"TestReportingEngine.cpp",
220
- "TestServer.cpp",
221
"TestStatusIB.cpp",
222
"TestStatusResponseMessage.cpp",
223
"TestTestEventTriggerDelegate.cpp",
src/app/tests/TestServer.cpp
src/test_driver/nrfconnect/prj.conf
@@ -85,7 +85,3 @@ CONFIG_CHIP_ENABLE_READ_CLIENT=y
85
CONFIG_CHIP_DEVICE_VENDOR_ID=65521
86
CONFIG_CHIP_DEVICE_PRODUCT_ID=32768
87
CONFIG_CHIP_PROJECT_CONFIG="main/include/CHIPProjectConfig.h"
88
-
89
-# Don't erase all settings as it deinitializes NVS/ZMS and causes issues with
90
-# testing Server::ScheduleFactoryReset
91
-CONFIG_CHIP_FACTORY_RESET_ERASE_SETTINGS=n
0 commit comments