зеркало из https://github.com/microsoft/docker.git
Merge pull request #12561 from sergeyevstifeev/12549-fix-test-requires-network
Add missing testRequires(t, Network)
This commit is contained in:
Коммит
cfe7c9c1b2
|
@ -70,6 +70,7 @@ func TestApiImagesFilter(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestApiImagesSaveAndLoad(t *testing.T) {
|
||||
testRequires(t, Network)
|
||||
out, err := buildImage("saveandload", "FROM hello-world\nENV FOO bar", false)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
|
Загрузка…
Ссылка в новой задаче