Skip to content

Commit 89214a4

Browse files
authored
Merge pull request containerd#3837 from apostasie/ci-3404
Skip TestRunBindMountPropagation
2 parents e5a7bc3 + 7352033 commit 89214a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/nerdctl/container/container_run_mount_linux_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,8 @@ func TestRunVolumeBindMode(t *testing.T) {
500500
}
501501

502502
func TestRunBindMountPropagation(t *testing.T) {
503+
t.Skip("This test is currently broken. See https://github.com/containerd/nerdctl/issues/3404")
504+
503505
tID := testutil.Identifier(t)
504506

505507
if !isRootfsShareableMount() {

0 commit comments

Comments
 (0)