We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5a7bc3 + 7352033 commit 89214a4Copy full SHA for 89214a4
cmd/nerdctl/container/container_run_mount_linux_test.go
@@ -500,6 +500,8 @@ func TestRunVolumeBindMode(t *testing.T) {
500
}
501
502
func TestRunBindMountPropagation(t *testing.T) {
503
+ t.Skip("This test is currently broken. See https://github.com/containerd/nerdctl/issues/3404")
504
+
505
tID := testutil.Identifier(t)
506
507
if !isRootfsShareableMount() {
0 commit comments