Skip to content

Commit 92acb89

Browse files
committed
Revert "test: skip TEST-13-NSPAWN.nspawn/machined, TEST-86-MULTI-PROFILE-UKI and TEST-07-PID1.private-pids.sh"
The release is done, re-enable the skipped flaky tests for main. This reverts commit ab828de.
1 parent 9df1ca6 commit 92acb89

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

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

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

test/units/TEST-07-PID1.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ 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"
1413
run_subtests
1514

1615
touch /testok

test/units/TEST-13-NSPAWN.sh

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

16-
export TEST_SKIP_SUBTESTS="nspawn machined"
1716
run_subtests
1817

1918
touch /testok

0 commit comments

Comments
 (0)