We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00835f commit c7ccbb3Copy full SHA for c7ccbb3
src/BUILD.gn
@@ -55,7 +55,6 @@ if (chip_build_tests) {
55
"${chip_root}/src/app/data-model-provider/tests",
56
"${chip_root}/src/app/data-model/tests",
57
"${chip_root}/src/app/icd/server/tests",
58
- "${chip_root}/src/app/server-cluster/tests",
59
"${chip_root}/src/crypto/tests",
60
"${chip_root}/src/inet/tests",
61
"${chip_root}/src/lib/address_resolve/tests",
@@ -109,6 +108,9 @@ if (chip_build_tests) {
109
108
# https://github.com/project-chip/connectedhomeip/issues/35624
110
"${chip_root}/src/credentials/tests",
111
"${chip_root}/src/lib/support/tests",
+
112
+ # Disabled on EFR32 since "include <random>" fails with `::fabs` not defined
113
+ "${chip_root}/src/app/server-cluster/tests",
114
]
115
}
116
0 commit comments