Skip to content

Commit c7ccbb3

Browse files
committed
Bypass efr32 failure ... not being able to include <random> is quite bad
1 parent e00835f commit c7ccbb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/BUILD.gn

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ if (chip_build_tests) {
5555
"${chip_root}/src/app/data-model-provider/tests",
5656
"${chip_root}/src/app/data-model/tests",
5757
"${chip_root}/src/app/icd/server/tests",
58-
"${chip_root}/src/app/server-cluster/tests",
5958
"${chip_root}/src/crypto/tests",
6059
"${chip_root}/src/inet/tests",
6160
"${chip_root}/src/lib/address_resolve/tests",
@@ -109,6 +108,9 @@ if (chip_build_tests) {
109108
# https://github.com/project-chip/connectedhomeip/issues/35624
110109
"${chip_root}/src/credentials/tests",
111110
"${chip_root}/src/lib/support/tests",
111+
112+
# Disabled on EFR32 since "include <random>" fails with `::fabs` not defined
113+
"${chip_root}/src/app/server-cluster/tests",
112114
]
113115
}
114116

0 commit comments

Comments
 (0)