mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 05:01:28 +00:00
integ-cli: skip TestRunBindMounts (same-host daemon requirement)
`TestRunBindMounts` requires daemon to be on the same host. Running this cli test on Linux is fair enough coverage for this functionality and we can skip this for platforms where daemon cannot run side-by-side with the cli for now. Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
This commit is contained in:
@@ -2190,6 +2190,7 @@ func TestRunEntrypoint(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestRunBindMounts(t *testing.T) {
|
||||
testRequires(t, SameHostDaemon)
|
||||
defer deleteAllContainers()
|
||||
|
||||
tmpDir, err := ioutil.TempDir("", "docker-test-container")
|
||||
|
||||
Reference in New Issue
Block a user