Last-Update: 2018-06-16
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@debian.org>
Description: skip failing test
~~~~
 xattr_test.go:28: xattr.496209704 operation not supported
~~~~

--- a/xattr/xattr_test.go
+++ b/xattr/xattr_test.go
@@ -9,8 +9,9 @@
 	"testing"
 )
 
 func TestXattr(t *testing.T) {
+t.Skip("DM - skipping privileged test")
 	testDir, present := os.LookupEnv("MTREE_TESTDIR")
 	if present == false {
 		testDir = "."
 	}
