mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #11004 from ahmetalpbalkan/win-cli/TestRunBindMounts-skip
integ-cli: skip TestRunBindMounts (same-host daemon requirement)
This commit is contained in:
commit
711175d666
1 changed files with 1 additions and 0 deletions
|
@ -2190,6 +2190,7 @@ func TestRunEntrypoint(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestRunBindMounts(t *testing.T) {
|
func TestRunBindMounts(t *testing.T) {
|
||||||
|
testRequires(t, SameHostDaemon)
|
||||||
defer deleteAllContainers()
|
defer deleteAllContainers()
|
||||||
|
|
||||||
tmpDir, err := ioutil.TempDir("", "docker-test-container")
|
tmpDir, err := ioutil.TempDir("", "docker-test-container")
|
||||||
|
|
Loading…
Add table
Reference in a new issue