Merge pull request #12561 from sergeyevstifeev/12549-fix-test-requires-network

Add missing testRequires(t, Network)
This commit is contained in:
Alexander Morozov 2015-04-20 12:58:30 -07:00
commit cfe7c9c1b2
1 changed files with 1 additions and 0 deletions

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)