diff --git a/src/BUILD.gn b/src/BUILD.gn index abb726239f0cfc..8c5a0ee67fbec5 100644 --- a/src/BUILD.gn +++ b/src/BUILD.gn @@ -144,7 +144,11 @@ if (chip_build_tests) { } if (chip_monolithic_tests) { - deps += [ "${chip_root}/src/lib/support:testing_pw" ] + # TODO [PW_MIGRATION] Remove this if after migartion to PW_TEST is completed for all platforms + # TODO [PW_MIGRATION] There will be a list of already migrated platforms + if (false) { + deps += [ "${chip_root}/src/lib/support:testing_pw" ] + } build_monolithic_library = true output_name = "libCHIP_tests" output_dir = "${root_out_dir}/lib"