1
0
mirror of https://github.com/systemd/systemd.git synced 2025-09-15 13:44:41 +03:00

test: skip TEST-13-NSPAWN.nspawn/machined, TEST-86-MULTI-PROFILE-UKI and TEST-07-PID1.private-pids.sh

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.
This commit is contained in:
Luca Boccassi
2024-12-10 12:13:06 +00:00
parent b8a34813b0
commit ab828def6d
3 changed files with 3 additions and 0 deletions

View File

@@ -6,5 +6,6 @@ integration_tests += [
'storage' : 'persistent',
'vm' : true,
'firmware' : 'auto',
'enabled' : false,
},
]

View File

@@ -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

View File

@@ -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