From 7286842a12e3620224e4de65730a3b40d17f1f3a Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Sat, 15 Feb 2014 14:37:51 -0800 Subject: [PATCH] Document Darwin test failure in a FIXME Docker-DCO-1.1-Signed-off-by: Solomon Hykes (github: shykes) --- tags_unit_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tags_unit_test.go b/tags_unit_test.go index 1341b989fe..b6236280a8 100644 --- a/tags_unit_test.go +++ b/tags_unit_test.go @@ -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) }