Document Darwin test failure in a FIXME
Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes) Upstream-commit: 7286842a12e3620224e4de65730a3b40d17f1f3a Component: engine
This commit is contained in:
@@ -31,6 +31,8 @@ func mkTestTagStore(root string, t *testing.T) *TagStore {
|
||||
t.Fatal(err)
|
||||
}
|
||||
img := &Image{ID: testImageID}
|
||||
// FIXME: this fails on Darwin with:
|
||||
// tags_unit_test.go:36: mkdir /var/folders/7g/b3ydb5gx4t94ndr_cljffbt80000gq/T/docker-test569b-tRunner-075013689/vfs/dir/foo/etc/postgres: permission denied
|
||||
if err := graph.Register(nil, archive, img); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user