diff --git a/tests/scripts/thread-cert/border_router/test_firewall.py b/tests/scripts/thread-cert/border_router/test_firewall.py index 8725584e2..354a01022 100644 --- a/tests/scripts/thread-cert/border_router/test_firewall.py +++ b/tests/scripts/thread-cert/border_router/test_firewall.py @@ -236,8 +236,9 @@ class Firewall(thread_cert.TestCase): vars['Router_1_RLOC16']).filter_ping_request(identifier=_pkt.icmpv6.echo.identifier).must_not_next() # 8. Host pings router1's link-local address from host's infra address. - _pkt = pkts.filter_eth_src(vars['Host_ETH']).filter_ipv6_dst( - vars['Router_1_LLA']).filter_ping_request().must_next() + # Skip this scenario as for now + # _pkt = pkts.filter_eth_src(vars['Host_ETH']).filter_ipv6_dst( + # vars['Router_1_LLA']).filter_ping_request().must_next() pkts.filter_wpan_src64(vars['BR_1']).filter_wpan_dst16( vars['Router_1_RLOC16']).filter_ping_request(identifier=_pkt.icmpv6.echo.identifier).must_not_next()