Skip to content

Commit 2d7d6cc

Browse files
committed
Re-enable tests disabled by #3308 in test-misc.yaml and test-templates.sh.
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
1 parent 151e32e commit 2d7d6cc

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

hack/test-templates.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,7 @@ if [[ -n ${CHECKS["param-env-variables"]} ]]; then
205205
limactl shell "$NAME" test -e /tmp/param-dependency
206206
limactl shell "$NAME" test -e /tmp/param-probe
207207
limactl shell "$NAME" test -e /tmp/param-system
208-
# TODO re-enable once https://github.com/lima-vm/lima/issues/3308 is fixed
209-
# limactl shell "$NAME" test -e /tmp/param-user
208+
limactl shell "$NAME" test -e /tmp/param-user
210209
fi
211210

212211
if [[ -n ${CHECKS["set-user"]} ]]; then

hack/test-templates/test-misc.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ param:
1919
DEPENDENCY: dependency
2020
PROBE: probe
2121
SYSTEM: system
22-
# TODO re-enable once https://github.com/lima-vm/lima/issues/3308 is fixed
23-
# USER: user
22+
USER: user
2423

2524
provision:
2625
- mode: ansible
@@ -31,9 +30,8 @@ provision:
3130
script: "touch /tmp/param-$PARAM_DEPENDENCY"
3231
- mode: system
3332
script: "touch /tmp/param-$PARAM_SYSTEM"
34-
# TODO re-enable once https://github.com/lima-vm/lima/issues/3308 is fixed
35-
# - mode: user
36-
# script: "touch /tmp/param-$PARAM_USER"
33+
- mode: user
34+
script: "touch /tmp/param-$PARAM_USER"
3735
- mode: data
3836
path: /etc/sysctl.d/99-inotify.conf
3937
content: |

0 commit comments

Comments
 (0)