зеркало из https://github.com/microsoft/docker.git
Add missing testRequires(t, Network)
Fixes #12552 Signed-off-by: Sergey Evstifeev <sergey.evstifeev@gmail.com>
This commit is contained in:
Родитель
b7950b725b
Коммит
716e21be2b
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче