From 45d211825a7673a37c5acf861fae7d8495e8a95d Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Thu, 10 Aug 2023 23:22:51 +0000 Subject: [PATCH] Re-enable TaskResize test in CI Signed-off-by: James Sturtevant --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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