Remove the expected timeout; there is something more sinister behind the
timeouts seen on the Qemu/evbarm-aarch64 runs.
This commit is contained in:
parent
5a0119cf6d
commit
671da32626
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: t_repeated_link_addr.sh,v 1.2 2020/07/03 02:51:13 jruoho Exp $
|
# $NetBSD: t_repeated_link_addr.sh,v 1.3 2020/07/06 10:35:00 jruoho Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 The NetBSD Foundation, Inc.
|
# Copyright (c) 2020 The NetBSD Foundation, Inc.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
@ -37,12 +37,6 @@ repeated_link_addr_head() {
|
|||||||
|
|
||||||
repeated_link_addr_body() {
|
repeated_link_addr_body() {
|
||||||
|
|
||||||
case $(uname -m) in
|
|
||||||
evbarm)
|
|
||||||
atf_expect_timeout "reason for timeout unknown"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
fail=0
|
fail=0
|
||||||
addrs="00:11:00:00:00:00 \
|
addrs="00:11:00:00:00:00 \
|
||||||
00:11:11:00:00:00 \
|
00:11:11:00:00:00 \
|
||||||
|
Loading…
Reference in New Issue
Block a user