MCPcopy Create free account
hub / github.com/containerd/nerdctl / DockerIncompatible

Function DockerIncompatible

pkg/testutil/testutil.go:576–580  ·  view source on GitHub ↗
(t testing.TB)

Source from the content-addressed store, hash-verified

574}
575
576func DockerIncompatible(t testing.TB) {
577 if IsDocker() {
578 t.Skip("test is incompatible with Docker")
579 }
580}
581
582func RequiresBuild(t testing.TB) {
583 if !IsDocker() {

Callers 13

TestRunCustomRootfsFunction · 0.92
TestRunWithInitFunction · 0.92
TestRunDeviceCDIFunction · 0.92
TestRunGPUFunction · 0.92
TestRunCgroupConfFunction · 0.92
TestRunVolumeBindModeFunction · 0.92

Calls 2

IsDockerFunction · 0.70
SkipMethod · 0.65

Tested by 13

TestRunCustomRootfsFunction · 0.74
TestRunWithInitFunction · 0.74
TestRunDeviceCDIFunction · 0.74
TestRunGPUFunction · 0.74
TestRunCgroupConfFunction · 0.74
TestRunVolumeBindModeFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…