From 416b2fdaac854f1ff63096abb8e8ee09e2b7e90a Mon Sep 17 00:00:00 2001 From: gpotter2 Date: Tue, 27 Jun 2017 13:31:20 +0200 Subject: [PATCH] Comment-out crashy test --- test/linux.uts | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) 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)