From 416b2fdaac854f1ff63096abb8e8ee09e2b7e90a Mon Sep 17 00:00:00 2001
From: gpotter2 <gabriel@potter.fr>
Date: Tue, 27 Jun 2017 13:31:20 +0200
Subject: [PATCH] Comment-out crashy test

---
 test/linux.uts | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/test/linux.uts b/test/linux.uts
index 23e1802a..22414465 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
-
-import select
-
-from scapy.arch.linux import _flush_fd
-socket = conf.L2listen()
-select.select([socket],[],[],2)
-_flush_fd(socket.ins)
+# TODO: fix this test (randomly stuck)
+# ex: https://travis-ci.org/secdev/scapy/jobs/247473497
+
+#= 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)
-- 
GitLab