Skip to content

Commit

Permalink
Merge pull request #209 from mxpv/ci
Browse files Browse the repository at this point in the history
Temporarily disable a few more CI tests
  • Loading branch information
mxpv authored Oct 3, 2023
2 parents 1a18196 + 61f0db6 commit b860340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,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|TestTaskResize|TestContainerAttach|TestContainerAttachProcess)'"
TESTFLAGS_RACE: "-race"
run: |
sudo -E PATH=$PATH make integration
Expand Down

0 comments on commit b860340

Please sign in to comment.