mirror of https://github.com/secdev/scapy.git
Comment-out crashy test
This commit is contained in:
parent
58a985f13e
commit
416b2fdaac
|
@ -54,12 +54,15 @@ assert(os.system(IPTABLE_RULE % ('D', SECDEV_IP4)) == 0)
|
|||
|
||||
assert(success)
|
||||
|
||||
= Supersocket _flush_fd
|
||||
~ needs_root linux
|
||||
# TODO: fix this test (randomly stuck)
|
||||
# ex: https://travis-ci.org/secdev/scapy/jobs/247473497
|
||||
|
||||
import select
|
||||
|
||||
from scapy.arch.linux import _flush_fd
|
||||
socket = conf.L2listen()
|
||||
select.select([socket],[],[],2)
|
||||
_flush_fd(socket.ins)
|
||||
#= Supersocket _flush_fd
|
||||
#~ needs_root linux
|
||||
#
|
||||
#import select
|
||||
#
|
||||
#from scapy.arch.linux import _flush_fd
|
||||
#socket = conf.L2listen()
|
||||
#select.select([socket],[],[],2)
|
||||
#_flush_fd(socket.ins)
|
||||
|
|
Loading…
Reference in New Issue