Merge pull request #12561 from sergeyevstifeev/12549-fix-test-requires-network
Add missing testRequires(t, Network)
This commit is contained in:
commit
cfe7c9c1b2
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue