travis: move `cgroup-v2` out of `allow_failures`
`cgroup-v2` was marked `allow_failures` because of the flakiness of VirtualBox VM:dc7d0bf
The flakiness seems to have gone away since we switched from VirtualBox to QEMU/KVM and increased HW resources:b8eed86
Close #2301 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
parent
9a93b7378c
commit
16d21e2d0a
|
@ -36,7 +36,6 @@ matrix:
|
|||
- sudo ssh default sudo podman run --privileged --cgroupns=private -v /lib/modules:/lib/modules:ro test make localunittest
|
||||
allow_failures:
|
||||
- go: tip
|
||||
- name: "cgroup-v2"
|
||||
|
||||
go_import_path: github.com/opencontainers/runc
|
||||
|
||||
|
|
Loading…
Reference in New Issue