File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -205,8 +205,7 @@ if [[ -n ${CHECKS["param-env-variables"]} ]]; then
205
205
limactl shell " $NAME " test -e /tmp/param-dependency
206
206
limactl shell " $NAME " test -e /tmp/param-probe
207
207
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
210
209
fi
211
210
212
211
if [[ -n ${CHECKS["set-user"]} ]]; then
Original file line number Diff line number Diff line change 19
19
DEPENDENCY : dependency
20
20
PROBE : probe
21
21
SYSTEM : system
22
- # TODO re-enable once https://github.com/lima-vm/lima/issues/3308 is fixed
23
- # USER: user
22
+ USER : user
24
23
25
24
provision :
26
25
- mode : ansible
@@ -31,9 +30,8 @@ provision:
31
30
script : " touch /tmp/param-$PARAM_DEPENDENCY"
32
31
- mode : system
33
32
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"
37
35
- mode : data
38
36
path : /etc/sysctl.d/99-inotify.conf
39
37
content : |
You can’t perform that action at this time.
0 commit comments