diff --git a/test/linux.uts b/test/linux.uts index 23e1802ad..22414465d 100644 --- a/test/linux.uts +++ b/test/linux.uts @@ -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)