diff --git a/src/app/tests/BUILD.gn b/src/app/tests/BUILD.gn index 66b734cfce0013..b4da7f9f6af015 100644 --- a/src/app/tests/BUILD.gn +++ b/src/app/tests/BUILD.gn @@ -54,17 +54,17 @@ source_set("binding-test-srcs") { ] } -source_set("client-monitoring-test-srcs") { - sources = [ - "${chip_root}/src/app/util/ClientMonitoringRegistrationTable.cpp", - "${chip_root}/src/app/util/ClientMonitoringRegistrationTable.h", - ] - - public_deps = [ - "${chip_root}/src/app/common:cluster-objects", - "${chip_root}/src/lib/core", - ] -} +# source_set("client-monitoring-test-srcs") { +# sources = [ +# "${chip_root}/src/app/util/ClientMonitoringRegistrationTable.cpp", +# "${chip_root}/src/app/util/ClientMonitoringRegistrationTable.h", +# ] + +# public_deps = [ +# "${chip_root}/src/app/common:cluster-objects", +# "${chip_root}/src/lib/core", +# ] +# } source_set("ota-requestor-test-srcs") { sources = [