Skip to content

Commit 4184208

Browse files
committed
CI: allow wifi test to be skipped
1 parent 04bf213 commit 4184208

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/autopkgtest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ jobs:
5858
autopkgtest . -U \
5959
--env=DPKG_GENSYMBOLS_CHECK_LEVEL=0 \
6060
--env=NETPLAN_PARSER_IGNORE_ERRORS=1 \
61-
-- lxd autopkgtest/ubuntu/noble/amd64
61+
-- lxd autopkgtest/ubuntu/noble/amd64 \
62+
|| test $? -eq 2 # allow wifi test to be skipped (exit code = 2)

0 commit comments

Comments
 (0)