Skip to content

Commit ab828de

Browse files
committed
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.
1 parent b8a3481 commit ab828de

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/TEST-86-MULTI-PROFILE-UKI/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ integration_tests += [
66
'storage' : 'persistent',
77
'vm' : true,
88
'firmware' : 'auto',
9+
'enabled' : false,
910
},
1011
]

test/units/TEST-07-PID1.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ set -o pipefail
1010
# See TEST-07-PID1/test.sh for the first "half" of the test
1111
mountpoint /issue2730
1212

13+
export TEST_SKIP_SUBTESTS="private-pids"
1314
run_subtests
1415

1516
touch /testok

test/units/TEST-13-NSPAWN.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ fi
1313
# shellcheck source=test/units/test-control.sh
1414
. "$(dirname "$0")"/test-control.sh
1515

16+
export TEST_SKIP_SUBTESTS="nspawn machined"
1617
run_subtests
1718

1819
touch /testok

0 commit comments

Comments
 (0)