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:
@@ -6,5 +6,6 @@ integration_tests += [
|
||||
'storage' : 'persistent',
|
||||
'vm' : true,
|
||||
'firmware' : 'auto',
|
||||
'enabled' : false,
|
||||
},
|
||||
]
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user