aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/netstats.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/netstats.exp')
-rwxr-xr-xtest/network/netstats.exp13
1 files changed, 6 insertions, 7 deletions
diff --git a/test/network/netstats.exp b/test/network/netstats.exp
index a8b28bed8..0d1bc4c2c 100755
--- a/test/network/netstats.exp
+++ b/test/network/netstats.exp
@@ -20,12 +20,11 @@ expect {
20 timeout {puts "TESTING ERROR 2\n";exit} 20 timeout {puts "TESTING ERROR 2\n";exit}
21 "statistics only for sandboxes using a new network namespace" 21 "statistics only for sandboxes using a new network namespace"
22} 22}
23# not supported on github workflows - not a tty! 23sleep 4
24#expect { 24
25# timeout {puts "TESTING ERROR 3\n";exit} 25expect {
26# "firejail --name=test --net=br0" 26 timeout {puts "TESTING ERROR 3\n";exit}
27#} 27 "firejail --name=test --net=br0"
28#after 500 28}
29#send -- "\r"
30after 500 29after 500
31puts "\nall done\n" 30puts "\nall done\n"