Skip to content

Commit f0fb5d7

Browse files
committed
WIP: dbg
Signed-off-by: Martynas Pumputis <[email protected]>
1 parent 0869dc6 commit f0fb5d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ jobs:
201201
test-name: ${{ matrix.kernel }}-basic-ipv4
202202
pwru-pcap-filter: 'dst host 1.0.0.1 and port 8080'
203203
setup: |
204+
exit 1
204205
iptables -w 10 -I OUTPUT 1 -m tcp --proto tcp --dst 1.0.0.1/32 --dport 8080 -j DROP
205206
gen-traffic: |
206207
curl -vvv -sS --fail --connect-timeout "1" -o /dev/null http://1.0.0.1:8080 || true

0 commit comments

Comments
 (0)