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
Родитель a7690076c9 716e21be2b
Коммит cfe7c9c1b2
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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