]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: skip TEST-13-NSPAWN.nspawn/machined, TEST-86-MULTI-PROFILE-UKI and TEST-07...
authorLuca Boccassi <luca.boccassi@gmail.com>
Tue, 10 Dec 2024 12:13:06 +0000 (12:13 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 10 Dec 2024 15:18:39 +0000 (15:18 +0000)
These new tests are flaky, so disable them temporarily, until after
the release, to avoid pushing out new flakiness to consumers. They
will be re-enabled immediately after.

test/TEST-86-MULTI-PROFILE-UKI/meson.build
test/units/TEST-07-PID1.sh
test/units/TEST-13-NSPAWN.sh

index 53042884cc75d90d83df08197d0088fb26b53ee9..10d5957d8f801eab2b4283c049bd16f356fca979 100644 (file)
@@ -6,5 +6,6 @@ integration_tests += [
                 'storage' : 'persistent',
                 'vm' : true,
                 'firmware' : 'auto',
+                'enabled' : false,
         },
 ]
index 873d638f76db5dee1679da955beb57660444d908..f967588ba14e387fba43baa37d84d46afb2e5065 100755 (executable)
@@ -10,6 +10,7 @@ set -o pipefail
 # See TEST-07-PID1/test.sh for the first "half" of the test
 mountpoint /issue2730
 
+export TEST_SKIP_SUBTESTS="private-pids"
 run_subtests
 
 touch /testok
index dd7f2746316e8c0e96a91c87ebf5fa1fbccda8e8..b79a037e7e19f80559a9355e6deffd9a18f8d2e0 100755 (executable)
@@ -13,6 +13,7 @@ fi
 # shellcheck source=test/units/test-control.sh
 . "$(dirname "$0")"/test-control.sh
 
+export TEST_SKIP_SUBTESTS="nspawn machined"
 run_subtests
 
 touch /testok