diff -Nru lxc-5.0.3/debian/changelog lxc-5.0.3/debian/changelog --- lxc-5.0.3/debian/changelog 2024-04-09 20:37:44.000000000 +0200 +++ lxc-5.0.3/debian/changelog 2024-04-10 17:23:26.000000000 +0200 @@ -1,3 +1,10 @@ +lxc (1:5.0.3-2ubuntu5) noble; urgency=medium + + * Temporarily skip some buggy tests (LP: #2059550) + - debian/tests/exercise: skip "lxc-test-unpriv" test (attempt #2) + + -- Alexander Mikhalitsyn Wed, 10 Apr 2024 17:23:26 +0200 + lxc (1:5.0.3-2ubuntu4) noble; urgency=medium * Temporarily skip some buggy tests (LP: #2059550) diff -Nru lxc-5.0.3/debian/tests/exercise lxc-5.0.3/debian/tests/exercise --- lxc-5.0.3/debian/tests/exercise 2024-04-09 20:37:44.000000000 +0200 +++ lxc-5.0.3/debian/tests/exercise 2024-04-10 17:23:26.000000000 +0200 @@ -125,7 +125,7 @@ # 1:5.0.3-2ubuntu1 without success # It was green on my local autopkgtest runs. # TODO: investigate, fix and enable this test - [ "$testbin" = "lxc-test-unpriv" ] && \ + [ "$testbin" = "/usr/bin/lxc-test-unpriv" ] && \ ignore "$STRING" && continue OUT=$(mktemp)