Skip to content

Commit c1e9aef

Browse files
author
Marcin Tomczyk
committed
UBLOX_EVK_ODIN_W2 fails in emac tests due to heap memory allocation failure, UBLOX_EVK_ODIN_W2 and MTB_UBLOX_ODIN_W2 haven't multicast implementation
1 parent daafb95 commit c1e9aef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TESTS/network/emac/main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ Case cases[] = {
7272
Case("EMAC unicast frame length", test_emac_unicast_frame_len),
7373
Case("EMAC unicast burst", test_emac_unicast_burst),
7474
Case("EMAC unicast long", test_emac_unicast_long),
75+
#if !defined(TARGET_UBLOX_EVK_ODIN_W2) && \
76+
!defined(TARGET_MTB_UBLOX_ODIN_W2)
7577
Case("EMAC multicast filter", test_emac_multicast_filter),
78+
#endif // !defined(TARGET_UBLOX_EVK_ODIN_W2) && !defined(TARGET_MTB_UBLOX_ODIN_W2)
7679
Case("EMAC memory", test_emac_memory)
7780
};
7881

0 commit comments

Comments
 (0)