From 16d21e2d0a140e25cc6b24d1d86122677017ae4f Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 9 Apr 2020 20:59:22 +0900 Subject: [PATCH] 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 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 706a8cea30e..3e12b820bfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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