File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ declare -A CHECKS=(
26
26
[" mount-home" ]=" 1"
27
27
[" containerd-user" ]=" 1"
28
28
[" restart" ]=" 1"
29
- [" snapshot-online" ]=" 1"
30
- [" snapshot-offline" ]=" 1"
29
+ # snapshot tests are too flaky (especially with archlinux)
30
+ [" snapshot-online" ]=" "
31
+ [" snapshot-offline" ]=" "
31
32
[" port-forwards" ]=" 1"
32
33
[" vmnet" ]=" "
33
34
[" disk" ]=" "
@@ -50,27 +51,18 @@ case "$NAME" in
50
51
# ● run-r2b459797f5b04262bfa79984077a65c7.service loaded failed failed /usr/bin/systemctl start man-db-cache-update
51
52
CHECKS[" systemd-strict" ]=
52
53
;;
53
- " 9p" )
54
- CHECKS[" snapshot-online" ]=" "
55
- ;;
56
- " virtiofs-linux" )
57
- CHECKS[" snapshot-online" ]=" "
58
- ;;
59
54
" vmnet" )
60
55
CHECKS[" vmnet" ]=1
61
56
;;
62
57
" test-misc" )
63
58
CHECKS[" disk" ]=1
59
+ CHECKS[" snapshot-online" ]=" 1"
60
+ CHECKS[" snapshot-offline" ]=" 1"
64
61
;;
65
62
" net-user-v2" )
66
63
CHECKS[" port-forwards" ]=" "
67
- CHECKS[" snapshot-online" ]=" "
68
64
CHECKS[" user-v2" ]=1
69
65
;;
70
- " vz" )
71
- CHECKS[" snapshot-online" ]=" "
72
- CHECKS[" snapshot-offline" ]=" "
73
- ;;
74
66
esac
75
67
76
68
if limactl ls -q | grep -q " $NAME " ; then
You can’t perform that action at this time.
0 commit comments