Disable test_ping_failure which is conducted before setup_bridge
It randomly fails (esp, often on a slow or loaded machine) due to PR kern/49219, so disable it for now. I forgot why I didn't include the test when I committed the test at first and wrongly added it at v1.4.
This commit is contained in:
parent
4bfe053b00
commit
8192754c00
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: t_bridge.sh,v 1.6 2015/05/29 02:06:46 ozaki-r Exp $
|
||||
# $NetBSD: t_bridge.sh,v 1.7 2015/05/29 10:08:52 ozaki-r Exp $
|
||||
#
|
||||
# Copyright (c) 2014 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -334,7 +334,8 @@ basic_body()
|
|||
setup
|
||||
test_setup
|
||||
|
||||
test_ping_failure
|
||||
# Enable once PR kern/49219 is fixed
|
||||
#test_ping_failure
|
||||
|
||||
setup_bridge
|
||||
sleep 1
|
||||
|
|
Loading…
Reference in New Issue