Skip to content

Commit

Permalink
libct/int: skip TestUsernsCheckpoint on CentOS 7
Browse files Browse the repository at this point in the history
Fixes opencontainers#4273

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Jun 5, 2024
1 parent 73bb57e commit d348ba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libcontainer/integration/checkpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"strings"
"testing"

"github.com/opencontainers/runc/internal/testutil"
"github.com/opencontainers/runc/libcontainer"
"golang.org/x/sys/unix"
)
Expand All @@ -18,6 +19,7 @@ func criuFeature(feature string) bool {
}

func TestUsernsCheckpoint(t *testing.T) {
testutil.SkipOnCentOS(t, "Flaky (see #4273)", 7)
testCheckpoint(t, true)
}

Expand Down

0 comments on commit d348ba9

Please sign in to comment.