Skip to content

Commit

Permalink
Add note to skip tests for Mbed platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ATmobica committed Nov 15, 2021
1 parent f0da13c commit def57ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ if (chip_build_tests) {
"${chip_root}/src/transport/retransmit/tests",
]

# Skip DNSSD tests for Mbed platform due to flash memory size limitations
if (current_os != "mbed") {
deps += [
"${chip_root}/src/lib/dnssd/minimal_mdns/core/tests",
Expand Down

0 comments on commit def57ed

Please sign in to comment.