diff --git a/.github/workflows/autopkgtest.yml b/.github/workflows/autopkgtest.yml index a99c640f5..e15418849 100644 --- a/.github/workflows/autopkgtest.yml +++ b/.github/workflows/autopkgtest.yml @@ -56,5 +56,7 @@ jobs: dch -v "$VER" "Autopkgtest CI testing (Noble)" - name: Run autopkgtest (incl. build) run: | - autopkgtest . \ - -U --env=DPKG_GENSYMBOLS_CHECK_LEVEL=0 -- lxd autopkgtest/ubuntu/noble/amd64 + autopkgtest . -U \ + --env=DPKG_GENSYMBOLS_CHECK_LEVEL=0 \ + --env=NETPLAN_PARSER_IGNORE_ERRORS=1 \ + -- lxd autopkgtest/ubuntu/noble/amd64 diff --git a/tests/integration/run.py b/tests/integration/run.py index 38645341a..d8f6adebe 100755 --- a/tests/integration/run.py +++ b/tests/integration/run.py @@ -78,7 +78,7 @@ def dedupe(duped_list): os.environ["NETPLAN_TEST_BACKENDS"] = ",".join(backends) -run_with_ignore_errors = os.environ.get("NETPLAN_PARSER_IGNORE_ERRORS", "1") +run_with_ignore_errors = os.environ.get("NETPLAN_PARSER_IGNORE_ERRORS", "0") returncode = 0 for test in requested_tests: