mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-14 02:33:51 +00:00
Add missing testRequires(t, Network)
Fixes #12552 Signed-off-by: Sergey Evstifeev <sergey.evstifeev@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user