1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Add missing testRequires(t, Network)

Fixes #12552

Signed-off-by: Sergey Evstifeev <sergey.evstifeev@gmail.com>
This commit is contained in:
Sergey Evstifeev 2015-04-20 21:13:05 +02:00
parent b7950b725b
commit 716e21be2b

View file

@ -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)