We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bf213 commit 4184208Copy full SHA for 4184208
.github/workflows/autopkgtest.yml
@@ -58,4 +58,5 @@ jobs:
58
autopkgtest . -U \
59
--env=DPKG_GENSYMBOLS_CHECK_LEVEL=0 \
60
--env=NETPLAN_PARSER_IGNORE_ERRORS=1 \
61
- -- lxd autopkgtest/ubuntu/noble/amd64
+ -- lxd autopkgtest/ubuntu/noble/amd64 \
62
+ || test $? -eq 2 # allow wifi test to be skipped (exit code = 2)
0 commit comments