diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9375e818..0bd3cc98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: GOPROXY: direct TEST_RUNTIME: "io.containerd.runc.v2-rs" TESTFLAGS_PARALLEL: 1 - EXTRA_TESTFLAGS: "-no-criu -test.skip='(TestContainerPTY|TestContainerExecLargeOutputWithTTY|TestTaskUpdate|TestTaskResize)'" + EXTRA_TESTFLAGS: "-no-criu -test.skip='(TestContainerPTY|TestContainerExecLargeOutputWithTTY|TestTaskUpdate)'" TESTFLAGS_RACE: "-race" run: sudo -E PATH=$PATH make integration working-directory: src/github.com/containerd/containerd