Skip to content

Commit 5b05967

Browse files
committed
libct/int: skip TestUsernsCheckpoint on CentOS 7
Fixes opencontainers#4273 Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 3e8f48d commit 5b05967

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcontainer/integration/checkpoint_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
"strings"
1010
"testing"
1111

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

2021
func TestUsernsCheckpoint(t *testing.T) {
22+
testutil.SkipOnCentOS(t, "Flaky (see #4273)", 7)
2123
testCheckpoint(t, true)
2224
}
2325

0 commit comments

Comments
 (0)