mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
Merge pull request #11004 from ahmetalpbalkan/win-cli/TestRunBindMounts-skip
integ-cli: skip TestRunBindMounts (same-host daemon requirement) Upstream-commit: 711175d6664cabc09634d6ff49a87cf41f8822c5 Component: engine
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